seawolf2357 commited on
Commit
350398f
ยท
verified ยท
1 Parent(s): a09aec0

Update app_css-backup1.css

Browse files
Files changed (1) hide show
  1. app_css-backup1.css +41 -42
app_css-backup1.css CHANGED
@@ -10,6 +10,7 @@
10
  width: 100%;
11
  padding: 5px 16px;
12
  background-color: #f5f5f5;
 
13
  }
14
 
15
  .header_btn {
@@ -54,7 +55,7 @@ footer, .footer, div[class*="footer"], #footer {
54
  margin: 0 !important;
55
  }
56
 
57
- /* ์ƒˆ๋กœ์šด Textarea ์„ ํƒ์ž */
58
  #component-0 textarea,
59
  .gradio-container textarea,
60
  .ant-input-textarea-large textarea {
@@ -64,7 +65,6 @@ footer, .footer, div[class*="footer"], #footer {
64
  resize: vertical !important;
65
  }
66
 
67
- /* textarea์˜ ๋ถ€๋ชจ ์ปจํ…Œ์ด๋„ˆ๋„ ํ•จ๊ป˜ ์กฐ์ • */
68
  #component-0 .ant-input-textarea,
69
  .gradio-container .ant-input-textarea,
70
  .ant-input-textarea-large {
@@ -72,74 +72,73 @@ footer, .footer, div[class*="footer"], #footer {
72
  min-height: 300px !important;
73
  }
74
 
75
- /* Setting ๋ฒ„ํŠผ ์ปจํ…Œ์ด๋„ˆ */
76
- .setting-buttons-container {
77
  position: absolute;
78
- top: 10px;
79
- right: 10px;
80
  z-index: 1000;
 
 
81
  padding: 10px;
 
82
  }
83
 
84
- /* Examples ์„น์…˜ */
85
- .examples-container {
86
- margin-top: 24px;
87
- padding: 0 24px;
88
- width: 100%;
89
- }
90
-
91
  .right_panel {
92
  position: relative;
93
  min-height: 600px;
 
94
  }
95
 
96
  .html_content {
97
  height: 100%;
98
  }
99
 
100
- /* ๋ฐ˜์‘ํ˜• ๊ทธ๋ฆฌ๋“œ๋ฅผ ์œ„ํ•œ ๋ฏธ๋””์–ด ์ฟผ๋ฆฌ */
101
- @media (max-width: 768px) {
102
- .examples-container .ant-col {
103
- flex: 0 0 100%;
104
- max-width: 100%;
105
- }
106
  }
107
 
108
- @media (min-width: 769px) and (max-width: 1200px) {
109
- .examples-container .ant-col {
110
- flex: 0 0 50%;
111
- max-width: 50%;
112
- }
113
  }
114
 
115
- @media (min-width: 1201px) {
116
- .examples-container .ant-col {
117
- flex: 0 0 33.333333%;
118
- max-width: 33.333333%;
119
- }
120
  }
121
 
122
- /* Examples ์นด๋“œ ์Šคํƒ€์ผ๋ง */
123
- .examples-container .ant-card {
124
- margin-bottom: 16px;
125
  height: 100%;
 
 
126
  }
127
 
128
- .examples-container .ant-card-meta {
129
  padding: 12px;
130
  }
131
 
132
- /* Setting ๋ฒ„ํŠผ ์Šคํƒ€์ผ๋ง */
133
- .setting-buttons-container .ant-btn {
134
- margin-left: 8px;
 
 
 
135
  }
136
 
137
- /* ์ „์ฒด ๋ ˆ์ด์•„์›ƒ ์กฐ์ • */
138
- .ant-row {
139
- margin-right: 0 !important;
140
- margin-left: 0 !important;
 
141
  }
142
 
143
- .main-content {
144
- margin-bottom: 24px;
 
145
  }
 
10
  width: 100%;
11
  padding: 5px 16px;
12
  background-color: #f5f5f5;
13
+ margin-top: 50px;
14
  }
15
 
16
  .header_btn {
 
55
  margin: 0 !important;
56
  }
57
 
58
+ /* Textarea ์Šคํƒ€์ผ๋ง */
59
  #component-0 textarea,
60
  .gradio-container textarea,
61
  .ant-input-textarea-large textarea {
 
65
  resize: vertical !important;
66
  }
67
 
 
68
  #component-0 .ant-input-textarea,
69
  .gradio-container .ant-input-textarea,
70
  .ant-input-textarea-large {
 
72
  min-height: 300px !important;
73
  }
74
 
75
+ /* Setting ๋ฒ„ํŠผ ์Šคํƒ€์ผ๋ง */
76
+ .setting-buttons {
77
  position: absolute;
78
+ top: 0;
79
+ right: 0;
80
  z-index: 1000;
81
+ display: flex;
82
+ gap: 8px;
83
  padding: 10px;
84
+ background-color: white;
85
  }
86
 
87
+ /* ์šฐ์ธก ํŒจ๋„ ์Šคํƒ€์ผ๋ง */
 
 
 
 
 
 
88
  .right_panel {
89
  position: relative;
90
  min-height: 600px;
91
+ padding-top: 50px;
92
  }
93
 
94
  .html_content {
95
  height: 100%;
96
  }
97
 
98
+ /* Examples ์„น์…˜ ์Šคํƒ€์ผ๋ง */
99
+ .examples-section {
100
+ width: 100%;
101
+ padding: 24px;
102
+ margin-top: 24px;
 
103
  }
104
 
105
+ .examples-section .ant-row {
106
+ display: flex !important;
107
+ flex-wrap: wrap !important;
 
 
108
  }
109
 
110
+ .examples-section .ant-col {
111
+ flex: 0 0 33.333333% !important;
112
+ max-width: 33.333333% !important;
113
+ padding: 8px !important;
 
114
  }
115
 
116
+ .examples-section .ant-card {
 
 
117
  height: 100%;
118
+ margin: 0;
119
+ cursor: pointer;
120
  }
121
 
122
+ .examples-section .ant-card-meta {
123
  padding: 12px;
124
  }
125
 
126
+ /* ๋ฐ˜์‘ํ˜• ๋ ˆ์ด์•„์›ƒ */
127
+ @media (max-width: 768px) {
128
+ .examples-section .ant-col {
129
+ flex: 0 0 100% !important;
130
+ max-width: 100% !important;
131
+ }
132
  }
133
 
134
+ @media (min-width: 769px) and (max-width: 1200px) {
135
+ .examples-section .ant-col {
136
+ flex: 0 0 50% !important;
137
+ max-width: 50% !important;
138
+ }
139
  }
140
 
141
+ /* ์ „์ฒด ๋ ˆ์ด์•„์›ƒ ์กฐ์ • */
142
+ .ant-row {
143
+ margin: 0 !important;
144
  }