瀏覽代碼

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

Lennart Grahl 5 年之前
父節點
當前提交
e76643b746
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
     }
 }