This commit is contained in:
Bruno Rybársky 2024-02-06 19:23:49 +01:00
parent e16024ff43
commit 47258fea97

@ -251,7 +251,7 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
width: 175px; width: 175px;
} }
#pagearea_container { #page_container {
flex-grow: 1; flex-grow: 1;
} }
@ -269,6 +269,6 @@ nav, footer {
z-index: 500; z-index: 500;
} }
#navbar_container, #pagearea_container, #footer_container { #navbar_container, #page_container, #footer_container {
width: 100%; width: 100%;
} }