Spaces:
Runtime error
Runtime error
MZhao-LEGION
commited on
Commit
•
2b47dda
1
Parent(s):
657d73c
finetune border width
Browse files- css/style.css +5 -0
css/style.css
CHANGED
@@ -118,6 +118,11 @@ gradio-app {
|
|
118 |
align-self: center;
|
119 |
}
|
120 |
#tools_area .form {
|
|
|
|
|
|
|
|
|
|
|
121 |
display: flex;
|
122 |
flex-direction: row;
|
123 |
flex-wrap: wrap;
|
|
|
118 |
align-self: center;
|
119 |
}
|
120 |
#tools_area .form {
|
121 |
+
--border-width: 3px;
|
122 |
+
--shadow-size: 1px;
|
123 |
+
--shadow-y: 1px;
|
124 |
+
--shadow-x: 1px;
|
125 |
+
|
126 |
display: flex;
|
127 |
flex-direction: row;
|
128 |
flex-wrap: wrap;
|