Padding tweak

This commit is contained in:
JC Brand 2017-02-27 17:40:48 +00:00
parent 84a21415f0
commit 971e1e2e26
3 changed files with 5 additions and 5 deletions

View File

@ -1455,7 +1455,7 @@
margin: 0;
margin-left: 0.1em;
margin-right: 0.2em;
padding: 0.5em 0.5em 0.3em 0.5em;
padding: 0.5em;
text-decoration: none; }
#converse-embedded-chat .chatbox-btn:active,
#conversejs .chatbox-btn:active {
@ -2342,8 +2342,8 @@
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul.occupant-list,
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul.occupant-list {
overflow-y: auto;
height: -webkit-calc(100% - 205px);
height: calc(100% - 205px); }
height: -webkit-calc(100% - 220px);
height: calc(100% - 220px); }
#converse-embedded-chat .chatroom .box-flyout .chatroom-body .occupants ul.features-list,
#conversejs .chatroom .box-flyout .chatroom-body .occupants ul.features-list {
padding-top: 0; }

View File

@ -66,7 +66,7 @@
margin: 0;
margin-left: 0.1em;
margin-right: 0.2em;
padding: 0.5em 0.5em 0.3em 0.5em;
padding: 0.5em;
text-decoration: none;
&:active {
position: relative;

View File

@ -118,7 +118,7 @@
&.occupant-list {
overflow-y: auto;
@include calc(height, '100% - 205px');
@include calc(height, '100% - 220px');
}
&.features-list {
padding-top: 0;