mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
fixed styling
This commit is contained in:
parent
7b99862950
commit
a1c8d75cbb
1 changed files with 14 additions and 6 deletions
|
@ -44,12 +44,20 @@ in
|
||||||
headerStyle = "boxed";
|
headerStyle = "boxed";
|
||||||
language = "fr";
|
language = "fr";
|
||||||
title = "sillybox home !!";
|
title = "sillybox home !!";
|
||||||
layout = {
|
layout = [
|
||||||
"Vidéos & Séries" = {
|
{
|
||||||
style = "row";
|
"Vidéos & Séries" = {
|
||||||
columns = 4;
|
style = "row";
|
||||||
};
|
columns = 2;
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"Administration" = {
|
||||||
|
style = "row";
|
||||||
|
columns = 4;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
widgets = [
|
widgets = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue