better scaling

master
f0x 5 years ago
parent 8d16aff2ee
commit a37a6684fd

@ -202,9 +202,9 @@ body {
} }
.roomListItem { .roomListItem {
height: 2rem + 3 * $spacing; height: 2rem + 2.5 * $spacing;
display: grid; display: grid;
grid-template-columns: 2rem + 2.5*$spacing - 0.2rem auto; grid-template-columns: 2rem + 2*$spacing - 0.2rem auto;
align-items: center; align-items: center;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;

Loading…
Cancel
Save