Spaces:
Running
Running
Update _res/_custom.css
Browse files- _res/_custom.css +2 -2
_res/_custom.css
CHANGED
|
@@ -274,11 +274,11 @@ span.has-info+div {
|
|
| 274 |
|
| 275 |
.switch-ratio-btn:hover {
|
| 276 |
& #switch_width_height_inner.querformat {
|
| 277 |
-
transform: rotate(
|
| 278 |
}
|
| 279 |
|
| 280 |
& #switch_width_height_inner.hochformat {
|
| 281 |
-
transform: rotate(-
|
| 282 |
}
|
| 283 |
}
|
| 284 |
|
|
|
|
| 274 |
|
| 275 |
.switch-ratio-btn:hover {
|
| 276 |
& #switch_width_height_inner.querformat {
|
| 277 |
+
transform: rotate(20deg);
|
| 278 |
}
|
| 279 |
|
| 280 |
& #switch_width_height_inner.hochformat {
|
| 281 |
+
transform: rotate(-20deg) !important;
|
| 282 |
}
|
| 283 |
}
|
| 284 |
|