Added some more customization options (#43)

* Added some more customization options

* Fixed inconsistent height of custom logos

* Extended navbar style to login page
This commit is contained in:
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
2021-09-12 10:17:13 +02:00
committed by GitHub
parent f27909a6ce
commit 9147fe33cb
7 changed files with 17 additions and 4 deletions

View File

@@ -64,6 +64,11 @@ pre{background:#f7f7f9}iframe{overflow:hidden;border:none}@media (min-width: 768
padding: 0.5rem 1rem;
}
.navbar-brand > img {
height: 2rem;
width: auto;
}
.disabled-peer {
color: #d03131;
}

View File

@@ -1,3 +1,8 @@
.navbar {
padding: 0.5rem 1rem;
}
.navbar-brand > img {
height: 2rem;
width: auto;
}