mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/roomlist: use content-visibility auto for room list entries
This commit is contained in:
parent
716f8b9834
commit
ecd8064adb
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ div.room-entry {
|
||||||
/*border-radius: 4px;*/
|
/*border-radius: 4px;*/
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
height: 3rem;
|
||||||
|
contain-intrinsic-height: 3rem;
|
||||||
|
content-visibility: auto;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.075);
|
background-color: rgba(0, 0, 0, 0.075);
|
||||||
|
|
Loading…
Add table
Reference in a new issue