Spaces:
Runtime error
Runtime error
Commit
·
170cae8
1
Parent(s):
ca9e81a
Update style.css
Browse files
style.css
CHANGED
@@ -114,17 +114,16 @@ height: 126px; width: 100%
|
|
114 |
#total_box{
|
115 |
background-color: rgba(0, 0, 0, 0.5);
|
116 |
backdrop-filter: blur(5px);
|
|
|
|
|
117 |
margin-top: -10px;
|
118 |
-
width: 850px
|
119 |
}
|
120 |
*{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
|
121 |
#buttons_area{margin-top: 1em}
|
122 |
#iccv_logo{display: block !important; margin-top: 1.5em}
|
123 |
#iccv_logo h1{margin-bottom: .5em}
|
124 |
#pick{margin-top: .8em}
|
125 |
-
[aria-label="Edit"],
|
126 |
-
[aria-label="Download"],
|
127 |
-
[aria-label="Share"]{
|
128 |
display: none !important;
|
129 |
}
|
130 |
h3 a{
|
|
|
114 |
#total_box{
|
115 |
background-color: rgba(0, 0, 0, 0.5);
|
116 |
backdrop-filter: blur(5px);
|
117 |
+
width: 850px;
|
118 |
+
margin: 0 auto;
|
119 |
margin-top: -10px;
|
|
|
120 |
}
|
121 |
*{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
|
122 |
#buttons_area{margin-top: 1em}
|
123 |
#iccv_logo{display: block !important; margin-top: 1.5em}
|
124 |
#iccv_logo h1{margin-bottom: .5em}
|
125 |
#pick{margin-top: .8em}
|
126 |
+
[aria-label="Edit"],[aria-label="Download"],[aria-label="Share"]{
|
|
|
|
|
127 |
display: none !important;
|
128 |
}
|
129 |
h3 a{
|