💄 Make titlebar smaller

This commit is contained in:
2022-04-30 00:13:24 +02:00
parent cf698ee984
commit 39f768ff0a

View File

@ -18,7 +18,7 @@ const routeName = computed(() => route.name);
<style scoped>
.titlebar {
height: 68px;
height: 55px;
background-color: var(--titlebar-color);
display: flex;
flex-direction: row;