Sebastiankay commited on
Commit
ba34384
1 Parent(s): edea1c8

Update _res/_custom.css

Browse files
Files changed (1) hide show
  1. _res/_custom.css +3 -1
_res/_custom.css CHANGED
@@ -231,7 +231,8 @@ span.has-info+div {
231
  transition: transform 0.2s 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;
 
235
  }
236
 
237
  [data-aspect-ratio="16-9"] {
@@ -261,6 +262,7 @@ span.has-info+div {
261
  [data-aspect-ratio="1-1"] {
262
  width: 70px !important;
263
  height: 70px !important;
 
264
  }
265
  }
266
 
 
231
  transition: transform 0.2s 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;*/
235
+ background-position: center;
236
  }
237
 
238
  [data-aspect-ratio="16-9"] {
 
262
  [data-aspect-ratio="1-1"] {
263
  width: 70px !important;
264
  height: 70px !important;
265
+ background-image: url("_res/assets/ratio_preview_bgs/70x70px_1zu1.png");
266
  }
267
  }
268