feat: Update navbar identifiers for better accessibility and mobile responsiveness

This commit is contained in:
Ross
2026-05-11 13:25:28 +01:00
parent cf4cb32c5e
commit c7fd99f6f3
8 changed files with 198 additions and 82 deletions
+30
View File
@@ -318,6 +318,36 @@ p.url {
font-weight: bold;
}
@media (max-width: 767.98px) {
.selector,
.stacked {
width: 100%;
max-width: 100%;
}
.selector-available,
.selector-chosen,
.stacked .selector-available,
.stacked .selector-chosen {
width: 100%;
float: none;
}
.selector select,
.selector .selector-available input,
.stacked select,
.stacked .selector-available input {
width: 100%;
max-width: 100%;
}
.selector ul.selector-chooser,
.stacked ul.selector-chooser {
margin: .5rem auto;
float: none;
}
}
.url a {
font-weight: normal;
}