Ver código fonte

gui: Adjust connection type icon size scaling and alignment (#8645)

tomasz1986 3 anos atrás
pai
commit
46b375e8cc
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      gui/default/assets/css/overrides.css

+ 2 - 1
gui/default/assets/css/overrides.css

@@ -169,7 +169,8 @@ table.table-auto td {
     width: 1em;
     height: 1em;
     display: inline-block;
-    vertical-align: -20%;
+    vertical-align: -10%;
+    background-size: contain;
 }
 
 .remote-devices-panel {