0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 06:30:05 +00:00

Tweak the positioning of the project switcher

This commit is contained in:
Pēteris Caune 2023-03-10 13:27:11 +02:00
parent 4d552efd67
commit a779ffd365
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -65,6 +65,13 @@ body {
text-decoration: none;
}
#project-menu > .dropdown > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#global-links > li > a {
font-size: small;
}