浏览代码

Fix singleton mode with bootstrap5:

Seems that negative margin is no more needed with the recent changes.
John Livingston 11 月之前
父节点
当前提交
069893fada
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/plugins/singleton/singleton.scss

+ 0 - 7
src/plugins/singleton/singleton.scss

@@ -18,13 +18,6 @@
             .chatbox {
                 margin: 0;
                 position: relative;
-                margin-left: -15px;
-                @media screen and (max-width: $mobile-portrait-length) {
-                    margin-left: 0;
-                }
-                @include media-breakpoint-down(sm) {
-                    margin-left: 0;
-                }
             }
         }
     }