Browse Source

Moving the error badge to the right corner in ios theme

// FREEBIE
Ikarulus 7 years ago
parent
commit
c9939c8da8
2 changed files with 11 additions and 0 deletions
  1. 6 0
      stylesheets/_ios.scss
  2. 5 0
      stylesheets/manifest.css

+ 6 - 0
stylesheets/_ios.scss

@@ -155,4 +155,10 @@ $ios-border-color: rgba(0,0,0,0.1);
   .hourglass {
     @include hourglass(#999);
   }
+  .socket-status {
+    position: absolute;
+    padding-top:-3px;
+    top:0;
+    right:5px;
+  }
 }

+ 5 - 0
stylesheets/manifest.css

@@ -1547,6 +1547,11 @@ li.entry .error-icon-container {
     -webkit-mask: url("/images/hourglass_empty.svg") no-repeat center;
     -webkit-mask-size: 100%;
     background-color: #999; }
+.ios .socket-status {
+  position: absolute;
+  padding-top: -3px;
+  top: 0;
+  right: 5px; }
 
 .android #header {
   background-color: #2090ea;