瀏覽代碼

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

JC Brand 10 年之前
父節點
當前提交
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;