For some reason everything is 0.5em to the right

This commit is contained in:
JC Brand 2018-01-26 21:05:04 +01:00
parent 53adebb780
commit c385674665
4 changed files with 8 additions and 2 deletions

View File

@ -4757,6 +4757,7 @@
#converse-embedded-chat,
#conversejs {
margin-left: -0.5em;
bottom: 0;
height: auto;
width: 100vw;
@ -6140,7 +6141,8 @@
#conversejs #converse-roster .roster-contacts .roster-group .group-toggle {
color: #777;
display: block;
width: 100%; }
width: 100%;
line-height: 16px; }
#conversejs #converse-roster .roster-contacts .roster-group .group-toggle:hover {
color: #585B51; }
#conversejs #converse-roster .roster-contacts .roster-group li {

View File

@ -4757,6 +4757,7 @@
#converse-embedded-chat,
#conversejs {
margin-left: -0.5em;
bottom: 0;
height: auto;
width: 100vw;
@ -6264,7 +6265,8 @@ body {
#conversejs #converse-roster .roster-contacts .roster-group .group-toggle {
color: #777;
display: block;
width: 100%; }
width: 100%;
line-height: 22px; }
#conversejs #converse-roster .roster-contacts .roster-group .group-toggle:hover {
color: #585B51; }
#conversejs #converse-roster .roster-contacts .roster-group li {

View File

@ -8,6 +8,7 @@
#converse-embedded-chat,
#conversejs {
margin-left: -$chat-gutter; // It's a mystery why this is necessary
bottom: 0;
height: auto;
width: 100vw;

View File

@ -106,6 +106,7 @@
color: $text-color;
display: block;
width: 100%;
line-height: $line-height;
}
li {