Design adjusts

This commit is contained in:
2022-09-15 21:05:39 +02:00
parent 82c2181cdb
commit 216b4e7708

View File

@@ -46,6 +46,7 @@ h3 {
.divHeader {
display: block;
background-color: black;
height: 38px;
}
.divHeader a {
@@ -68,7 +69,7 @@ h3 {
.divContent {
padding: 1px;
box-shadow: 0 0 10px black inset;
height: calc(100% - 41px);
height: calc(100% - 38px);
overflow: auto;
}
@@ -121,7 +122,7 @@ h3 {
line-height: 13px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 11px;
padding: 3px;
padding: 2px;
box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 1), inset 0 2px 5px rgba(128, 128, 128, 1);
}