💄 Make titlebar smaller
This commit is contained in:
@ -18,7 +18,7 @@ const routeName = computed(() => route.name);
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.titlebar {
|
.titlebar {
|
||||||
height: 68px;
|
height: 55px;
|
||||||
background-color: var(--titlebar-color);
|
background-color: var(--titlebar-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Reference in New Issue
Block a user