Remove unnecessary height change.

This commit is contained in:
René Valois 2024-08-23 21:22:17 -07:00
parent 1479f81ac7
commit 5b644e06ff

View file

@ -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 */
}