Quellcode durchsuchen

Hide the green connection bar for iOS as well (ugly hack alarm)

Lennart Grahl vor 5 Jahren
Ursprung
Commit
e76643b746
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/sass/sections/_status_bar.scss

+ 1 - 0
src/sass/sections/_status_bar.scss

@@ -89,6 +89,7 @@ body {
 .status-task-relayed-data {
     &.status-warning #status-bar {
         background-color: $status-ok;
+        height: 0;
     }
 }