Skip to content

Commit

Permalink
LIB-351 Improve quicklinks responsive display
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 2, 2023
1 parent a7a9333 commit 91710ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions custom/modules/lib_core/css/quicklinks.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
color: #ffc107;
}

@media (min-width: 1366px) {
#quicklinks-buttons li:last-child {
padding-right: 0;
}
}
@media (min-width: 992px) {
/* Force visible on large display */
#quicklinks-wrapper.collapse:not(.show) {
display: flex!important;
}
#quicklinks-buttons li:last-child {
padding-right: 0;
}

#quicklinks-buttons .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
Expand Down

0 comments on commit 91710ed

Please sign in to comment.