浏览代码

fix: Fixes dot shown left of logo.

Empty list with border is showing 2px dot.
master
Дамян Минков 4 年前
父节点
当前提交
a7a44902ec
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      css/_lobby.scss

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

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;

正在加载...
取消
保存