Fixing css
Some checks failed
Music Collection CI Workflow / test (./backend) (push) Successful in 21s
Music Collection CI Workflow / test (./frontend) (push) Successful in 20s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / deploy (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled

This commit is contained in:
Phill Pover 2025-04-06 18:02:29 +01:00
parent 42c3bb7ec7
commit 97b663f2fb

View File

@ -979,7 +979,8 @@ there.
.navbar-spacer { .navbar-spacer {
display: none; } display: none; }
.navbar > .container { .navbar > .container {
width: 100%; } width: 100%;
max-height: 55px; }
.navbar-list { .navbar-list {
list-style: none; list-style: none;
margin-bottom: 0; } margin-bottom: 0; }
@ -1076,8 +1077,3 @@ there.
.popover-item:first-child .popover-link:hover:after { .popover-item:first-child .popover-link:hover:after {
border-bottom-color: #33C3F0; } border-bottom-color: #33C3F0; }
} }
.has-docked-nav .navbar > .container {
width: 80%;
max-height: 55px;
}