Browse Source

fix: Fixes dot shown left of logo.

Empty list with border is showing 2px dot.
master
Дамян Минков 3 years ago
parent
commit
a7a44902ec
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      css/_lobby.scss

+ 4
- 0
css/_lobby.scss View File

51
     top: 30px;
51
     top: 30px;
52
     z-index: $toolbarZ + 1;
52
     z-index: $toolbarZ + 1;
53
 
53
 
54
+    &:empty {
55
+        border: none;
56
+    }
57
+
54
     &.toolbox-visible {
58
     &.toolbox-visible {
55
         // Same as toolbox subject position
59
         // Same as toolbox subject position
56
         top: 120px;
60
         top: 120px;

Loading…
Cancel
Save