mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Remove left padding from sidebar in example theme
This commit is contained in:
parent
2e964d0a7e
commit
8f838b80e7
1 changed files with 3 additions and 0 deletions
|
@ -4,9 +4,11 @@
|
|||
|
||||
body {
|
||||
padding: 4px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin-left: 4px;
|
||||
border-radius: 2px;
|
||||
width: 216px;
|
||||
}
|
||||
|
@ -33,6 +35,7 @@ body {
|
|||
}
|
||||
|
||||
#footer {
|
||||
margin-left: 0;
|
||||
border-radius: 0;
|
||||
width: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue