Spaces:
Running
Running
Sebastiankay
commited on
Commit
•
ac2a0ce
1
Parent(s):
5777ba3
Update _res/_custom.css
Browse files- _res/_custom.css +2 -2
_res/_custom.css
CHANGED
@@ -228,7 +228,7 @@ span.has-info+div {
|
|
228 |
& #switch_width_height_inner {
|
229 |
width: 100px;
|
230 |
height: 100px;
|
231 |
-
transition: transform 0.2s ease-in-out, width 0.3s ease-in-out, height 0.38s ease-in-out 0.1s, background-image 0.
|
232 |
border-radius: 0.4rem;
|
233 |
border: 4px solid var(--text-color-by-luminance);
|
234 |
/*background: transparent;*/
|
@@ -452,4 +452,4 @@ div.tabs>div.tab-nav>button {
|
|
452 |
|
453 |
.hide-progress .wrap.default.full:not(.hide) {
|
454 |
display: none;
|
455 |
-
}
|
|
|
228 |
& #switch_width_height_inner {
|
229 |
width: 100px;
|
230 |
height: 100px;
|
231 |
+
transition: transform 0.2s ease-in-out, width 0.3s ease-in-out, height 0.38s ease-in-out 0.1s, background-image 0.3s ease-in-out;
|
232 |
border-radius: 0.4rem;
|
233 |
border: 4px solid var(--text-color-by-luminance);
|
234 |
/*background: transparent;*/
|
|
|
452 |
|
453 |
.hide-progress .wrap.default.full:not(.hide) {
|
454 |
display: none;
|
455 |
+
}
|