Sebastiankay commited on
Commit
5777ba3
1 Parent(s): 688c7a0

Update _res/_custom.css

Browse files
Files changed (1) hide show
  1. _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, background-image 0.3 ease-in-out, width 0.3s ease-in-out, height 0.38s ease-in-out 0.1s;
232
  border-radius: 0.4rem;
233
  border: 4px solid var(--text-color-by-luminance);
234
  /*background: transparent;*/
@@ -248,7 +248,7 @@ span.has-info+div {
248
  [data-aspect-ratio="4-3"] {
249
  width: 90px !important;
250
  height: 60px !important;
251
- background-image: url("file=_res/assets/ratio_preview_bgs/60x90px_4zu3.png");
252
  }
253
  [data-aspect-ratio="3-4"] {
254
  width: 60px !important;
 
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.3 ease-in-out;
232
  border-radius: 0.4rem;
233
  border: 4px solid var(--text-color-by-luminance);
234
  /*background: transparent;*/
 
248
  [data-aspect-ratio="4-3"] {
249
  width: 90px !important;
250
  height: 60px !important;
251
+ background-image: url("file=_res/assets/ratio_preview_bgs/90x60px_4zu3.png");
252
  }
253
  [data-aspect-ratio="3-4"] {
254
  width: 60px !important;