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)
* http://conversejs.org
......@@ -35,7 +34,7 @@
height: 35px;
left: auto;
position: fixed;
right: 30px;
right: 15px;
z-index: 30;
display: block;
width: auto;
......
......@@ -50,7 +50,7 @@
height: $bottom-gutter-height;
left: auto;
position: fixed;
right: 30px;
right: 15px;
z-index: 30;
display: block;
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