Explorar o código

Fix shape of "Jump to top" button

Kristan Kenney %!s(int64=6) %!d(string=hai) anos
pai
achega
934e2e9a67
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      web/css/styles.min.css

+ 3 - 1
web/css/styles.min.css

@@ -2192,7 +2192,9 @@ body.mobile .l-icon-shortcuts {
   box-shadow: 0px 2px 4px rgba(120,120,120,0.25),
   box-shadow: 0px 2px 4px rgba(120,120,120,0.25),
               inset 0px 0px 1px rgba(255,255,255,0.9);
               inset 0px 0px 1px rgba(255,255,255,0.9);
   z-index: 200;
   z-index: 200;
-
+  width: 16px;
+  height: 16px;
+  text-align: center;
 }
 }
 
 
 .to-shortcuts {
 .to-shortcuts {