瀏覽代碼

fix: Fixes dot shown left of logo.

Empty list with border is showing 2px dot.
master
Дамян Минков 3 年之前
父節點
當前提交
a7a44902ec
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      css/_lobby.scss

+ 4
- 0
css/_lobby.scss 查看文件

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

Loading…
取消
儲存