Просмотр исходного кода

Reduce the rightmost margin to 15px instead of 30px.

JC Brand 10 лет назад
Родитель
Сommit
e3f20bf1ad
2 измененных файлов с 2 добавлено и 3 удалено
  1. 1 2
      css/converse.css
  2. 1 1
      sass/converse.scss

+ 1 - 2
css/converse.css

@@ -1,4 +1,3 @@
-@charset "UTF-8";
 /*!
  * Converse.js (Web-based XMPP instant messaging client)
  * http://conversejs.org
@@ -35,7 +34,7 @@
   height: 35px;
   left: auto;
   position: fixed;
-  right: 30px;
+  right: 15px;
   z-index: 30;
   display: block;
   width: auto;

+ 1 - 1
sass/converse.scss

@@ -50,7 +50,7 @@
   height: $bottom-gutter-height;
   left: auto;
   position: fixed;
-  right: 30px;
+  right: 15px;
   z-index: 30;
   display: block;
   width: auto;