mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
fix: hide runner up col on small displays
This commit is contained in:
@@ -19,6 +19,7 @@ th{
|
||||
margin-bottom: 2px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table{
|
||||
border-collapse:separate;
|
||||
border-spacing: 0 0.25em;
|
||||
@@ -74,5 +75,9 @@ input{
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
.runner-up{
|
||||
display: none;
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user