mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fixed styling
This commit is contained in:
parent
7b99862950
commit
a1c8d75cbb
|
@ -44,12 +44,20 @@ in
|
|||
headerStyle = "boxed";
|
||||
language = "fr";
|
||||
title = "sillybox home !!";
|
||||
layout = {
|
||||
"Vidéos & Séries" = {
|
||||
style = "row";
|
||||
columns = 4;
|
||||
};
|
||||
};
|
||||
layout = [
|
||||
{
|
||||
"Vidéos & Séries" = {
|
||||
style = "row";
|
||||
columns = 2;
|
||||
};
|
||||
}
|
||||
{
|
||||
"Administration" = {
|
||||
style = "row";
|
||||
columns = 4;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
widgets = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue