mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
Admin status panel for dashboard (#903)
This commit is contained in:
@@ -27,3 +27,18 @@
|
||||
#site-body-wrapper {
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
/* Horizontal list group */
|
||||
ul.list-group.list-group-horizontal {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
ul.list-group.list-group-horizontal > li.list-group-item {
|
||||
display: table-cell;
|
||||
max-width: 0;
|
||||
}
|
||||
|
||||
.flex-center-horizontal {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user