mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Remove unnecessary height change.
This commit is contained in:
parent
1479f81ac7
commit
5b644e06ff
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ p {
|
|||
display: none;
|
||||
flex-direction: column;
|
||||
width: 220px;
|
||||
max-height: 100vh;
|
||||
max-height: 100%;
|
||||
will-change: transform;
|
||||
color: #b7c5d1; /* same as .channel-list-item color */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue