Add layer + UI changes

This commit is contained in:
2024-07-08 12:06:59 +02:00
parent 4e7ab26b11
commit f9eb9b3e38
5 changed files with 52 additions and 4 deletions

View File

@@ -117,6 +117,13 @@ a:visited {
.has-bottom-border {
border-bottom: 1px #aaa solid;
}
.overlay {
position: absolute;
width: 100%;
height: 100%;
top: -10%;
left: 0;
}
/* Custom controls */
.site-control {
padding-top: 3px;