mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
ui: app, system: Revert to earlier width for card lists
- This allows for system page to show 4 items in a row instead of 3. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
95ecf36152
commit
ebcc9595c4
@ -505,10 +505,15 @@ footer {
|
|||||||
|
|
||||||
/* Cards in Index, Apps, System and Help pages */
|
/* Cards in Index, Apps, System and Help pages */
|
||||||
.card-list {
|
.card-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row > .card-list {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-section-title, .system-section-title {
|
.card-section-title, .system-section-title {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user