mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
Remove unneeded CSS changes.
This commit is contained in:
parent
a4df4c435d
commit
1479f81ac7
2 changed files with 2 additions and 15 deletions
|
@ -108,13 +108,6 @@ body {
|
|||
overflow: hidden; /* iOS Safari requires overflow rather than overflow-y */
|
||||
}
|
||||
|
||||
@media screen and (orientation: portrait) {
|
||||
/* Allow the main chat interface to merge into the background. */
|
||||
body {
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
body.force-no-select * {
|
||||
user-select: none !important;
|
||||
}
|
||||
|
@ -2662,8 +2655,8 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||
#sidebar {
|
||||
display: flex;
|
||||
background: var(--body-bg-color);
|
||||
height: 100vh;
|
||||
padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
|
||||
height: 100%;
|
||||
padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
|
||||
position: absolute;
|
||||
left: -220px;
|
||||
z-index: 10;
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
box-shadow: 0 0 25px rgb(0 0 0 / 50%);
|
||||
}
|
||||
|
||||
@media screen and (orientation: portrait) {
|
||||
.window {
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#loading .window {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue