forked from Mirrors/gomuks
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;*/
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
height: 3rem;
|
||||
contain-intrinsic-height: 3rem;
|
||||
content-visibility: auto;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(0, 0, 0, 0.075);
|
||||
|
|
Loading…
Add table
Reference in a new issue