Skip to content

Commit

Permalink
fix: improve mobile view of PlacePersonsSetting
Browse files Browse the repository at this point in the history
  • Loading branch information
czabaj committed Sep 9, 2024
1 parent 6ef40be commit 1944606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/PlacePersonsSetting/PlacePersonsSetting.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--breakout-hover-overlay: hsl(47deg 100% 62% / 0.1);
--cell-inline-padding: var(--padding-inline, 8px);

font-size: 150%;
font-size: 1.5rem;
}
.table > * {
display: contents;
Expand All @@ -25,7 +25,6 @@
}
.table :where(th, td):nth-child(2) {
grid-area: lastSeen;
text-align: right;
}
.table :where(th, td):nth-child(3) {
grid-area: role;
Expand Down Expand Up @@ -60,7 +59,8 @@
"lastSeen . role";
grid-template-columns: auto 1fr auto;
}
.table :where(th, td):nth-child(2) {
padding-inline-start: 2ch;
.table :where(td):nth-child(2),
.table :where(td):nth-child(3) {
font-size: 1.2rem;
}
}

0 comments on commit 1944606

Please sign in to comment.