Commit e3f20bf1 authored by JC Brand's avatar JC Brand

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

parent 2ee691fc
@charset "UTF-8";
/*! /*!
* Converse.js (Web-based XMPP instant messaging client) * Converse.js (Web-based XMPP instant messaging client)
* http://conversejs.org * http://conversejs.org
...@@ -35,7 +34,7 @@ ...@@ -35,7 +34,7 @@
height: 35px; height: 35px;
left: auto; left: auto;
position: fixed; position: fixed;
right: 30px; right: 15px;
z-index: 30; z-index: 30;
display: block; display: block;
width: auto; width: auto;
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
height: $bottom-gutter-height; height: $bottom-gutter-height;
left: auto; left: auto;
position: fixed; position: fixed;
right: 30px; right: 15px;
z-index: 30; z-index: 30;
display: block; display: block;
width: auto; width: auto;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment