🐛 Fix height of "center" element

This commit is contained in:
2022-08-22 22:29:15 +02:00
parent a785671567
commit e1a429162a
5 changed files with 19 additions and 13 deletions

View File

@ -28,7 +28,7 @@ const dayNames = [
<style scoped>
.selector {
padding: 65px 10px 10px 10px;
padding: 15px 10px 10px 10px;
display: grid;
grid-template-columns: 35px 1fr 35px;
align-items: center;

View File

@ -31,7 +31,6 @@ function goBack() {
<style scoped>
.titlebar {
position: fixed;
width: 100%;
height: 55px;
background-color: var(--titlebar-color);