feat: Update navbar identifiers for better accessibility and mobile responsiveness
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user