Skip to content

Commit 41897d2

Browse files
JessicaJessica
authored andcommitted
Fix library icons on windows
choose a fixed size for icons in the library.
1 parent 99a2204 commit 41897d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/css/librarymodal.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ hr.bigdivide{
178178
.assetbox {
179179
display: inline-block;
180180
vertical-align: top;
181-
width: ${css_vh(17.84)};
182-
height: ${css_vh(14.45)};
183-
margin: ${css_vh(0.65)};
184-
padding: ${css_vh(0.65)};
181+
width: 140px;
182+
height: 140px;
183+
margin: 12px;
184+
padding: 12px;
185185
}
186186

187187
.assetbox.off {

0 commit comments

Comments
 (0)