Reduce the rightmost margin to 15px instead of 30px.
This commit is contained in:
parent
2ee691fc1f
commit
e3f20bf1ad
@ -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;
|
||||
|
@ -50,7 +50,7 @@
|
||||
height: $bottom-gutter-height;
|
||||
left: auto;
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
right: 15px;
|
||||
z-index: 30;
|
||||
display: block;
|
||||
width: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user