Skip to content

Commit

Permalink
Use min-width to force column width on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
nsychev committed Nov 13, 2024
1 parent 0dbb5cd commit 4f1dedf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ th, td {
th {
text-align: left;
border-bottom: 1px solid #000;
width: 1fr;
}

.sr-only {
Expand Down Expand Up @@ -238,8 +237,9 @@ th {
max-width: 30vw;
}

.standings th.team-problem,
.standings td.team-problem {
width: 2.1em;
min-width: 2.1em;
}

.hall-dropdown {
Expand Down Expand Up @@ -270,8 +270,6 @@ th {
font-size: 0.8em;
}



.hall-dropdown-menu {
position: absolute;
top: 100%;
Expand Down

0 comments on commit 4f1dedf

Please sign in to comment.