소스 검색

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;
-                }
             }
         }
     }