mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Fix a left margin appearing on all non-default themes
This commit is contained in:
parent
ba8ddd88c0
commit
8be62e4f55
2 changed files with 4 additions and 4 deletions
|
|
@ -555,10 +555,6 @@ button {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.signed-out #main {
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
#header {
|
||||
display: none;
|
||||
height: 40px;
|
||||
|
|
|
|||
|
|
@ -5,3 +5,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.signed-out #main {
|
||||
left: 5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue