mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
Fix navbar at the top of the page (#2128)
This commit is contained in:
@@ -490,6 +490,11 @@ ul.is-separated {
|
||||
}
|
||||
}
|
||||
|
||||
// navbar
|
||||
.has-navbar-fixed-top {
|
||||
padding-top: $navbar-height;
|
||||
}
|
||||
|
||||
// card columns for repo and plugins overview
|
||||
.card-columns {
|
||||
.column {
|
||||
@@ -904,7 +909,7 @@ form .field:not(.is-grouped) {
|
||||
}
|
||||
|
||||
.is-vertical-align-middle {
|
||||
vertical-align: middle !important
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
// radio
|
||||
|
||||
Reference in New Issue
Block a user