💄 Add box-shadow to titlebar and bottomnav
This commit is contained in:
@ -44,6 +44,7 @@ import { RouterLink } from "vue-router";
|
||||
padding: 0px 20px;
|
||||
max-width: 800px;
|
||||
z-index: 100;
|
||||
box-shadow: var(--bottomnav-shadow);
|
||||
}
|
||||
|
||||
.entry {
|
||||
|
@ -38,6 +38,7 @@ function goBack() {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
z-index: 10;
|
||||
box-shadow: var(--titlebar-shadow);
|
||||
}
|
||||
|
||||
.title {
|
||||
|
Reference in New Issue
Block a user