mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-25 13:31:20 -07:00
Adjust process list vertical offset
This commit is contained in:
@@ -46,7 +46,7 @@ export default function Component({ service }) {
|
|||||||
let listYPosition = "bottom-4";
|
let listYPosition = "bottom-4";
|
||||||
if (chart) {
|
if (chart) {
|
||||||
headerYPosition = "-top-6";
|
headerYPosition = "-top-6";
|
||||||
listYPosition = "-top-3";
|
listYPosition = "-top-2";
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user