mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
Remove content borders on mobile to maximise use of space
This commit is contained in:
parent
d87e174644
commit
d5d3cb0851
1 changed files with 12 additions and 1 deletions
|
@ -57,6 +57,17 @@ body {
|
|||
}
|
||||
|
||||
#main {
|
||||
left: 5px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#windows .window::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#windows .window {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue