This commit is contained in:
2024-02-06 19:23:06 +01:00
parent b4c23070a9
commit e16024ff43
3 changed files with 10 additions and 8 deletions

View File

@@ -251,11 +251,11 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
width: 175px;
}
#pagearea {
#pagearea_container {
flex-grow: 1;
}
#navbar, #footer {
nav, footer {
padding: 1.2rem 1rem;
background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
@@ -263,12 +263,12 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod
box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
}
#navbar {
#navbar_container {
height: 75px !important;
position: relative;
z-index: 500;
}
#navbar, #pagearea, #footer {
#navbar_container, #pagearea_container, #footer_container {
width: 100%;
}