Browse Source

Fix singleton mode with bootstrap5:

Seems that negative margin is no more needed with the recent changes.
John Livingston 11 months ago
parent
commit
069893fada
1 changed files with 0 additions and 7 deletions
  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;
-                }
             }
         }
     }