Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
119d693
1
Parent(s):
bd0e99e
Update style.css
Browse files
style.css
CHANGED
@@ -113,11 +113,21 @@ height: 126px; width: 100%
|
|
113 |
backdrop-filter: blur(5px);
|
114 |
}
|
115 |
*{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
|
116 |
-
#
|
|
|
|
|
|
|
117 |
@media print{
|
118 |
#input_image, #output_image{height: 356px !important}
|
119 |
-
#
|
120 |
h3{display: none !important}
|
121 |
footer{display: none !important}
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
|
|
113 |
backdrop-filter: blur(5px);
|
114 |
}
|
115 |
*{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
|
116 |
+
#buttons_area{margin-top: 1em}
|
117 |
+
#iccv_logo{display: block !important; margin-top: 1.5em}
|
118 |
+
#iccv_logo h1{margin-bottom: .5em}
|
119 |
+
#pick{margin-top: .8em}
|
120 |
@media print{
|
121 |
#input_image, #output_image{height: 356px !important}
|
122 |
+
#buttons_area{display: none !important}
|
123 |
h3{display: none !important}
|
124 |
footer{display: none !important}
|
125 |
+
|
126 |
+
[data-testid="block-label"],
|
127 |
+
[aria-label="Edit"],
|
128 |
+
[aria-label="Clear"],
|
129 |
+
[aria-label="Download"] {
|
130 |
+
display: none !important;
|
131 |
+
}
|
132 |
+
#pick{display: none !important}
|
133 |
}
|