mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Fix: fix overlap with glances charts in multi-widgets (#4653)
This commit is contained in:
parent
6beaf665fb
commit
dc3382447c
1 changed files with 5 additions and 0 deletions
|
@ -67,3 +67,8 @@ dialog ::-webkit-scrollbar {
|
||||||
.chart + .chart {
|
.chart + .chart {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-container + .chart {
|
||||||
|
margin-top: 2.5rem;
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue