fix: wrong size for span.file-icon
Massimo Melina committed
Sep 20, 2023 at 21:44 UTC
d3502e83d886029a6fa635bc859bc9bd6a3ac58e
1 file changed
+1
-1
frontend/src/index.scss
+1
-1
@@ -87,8 +87,8 @@ select { text-align: center; } // it is surely cooler on the options dialog
87
88
display: inline-block; text-align: center; // same size for font icons
89
}
90
+img.file-icon { height: 1em; }
91
.file-icon {
91
- height: 1em;
92
background-size: contain;
93
background-repeat: no-repeat;
94
background-position: center;