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

This commit is contained in:
JC Brand 2015-05-31 13:15:53 +02:00
parent 2ee691fc1f
commit e3f20bf1ad
2 changed files with 2 additions and 3 deletions

View File

@ -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;

View File

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