fix: adjust alignment and margin of icon in detailed note tabs

This commit is contained in:
blueb 2024-01-28 12:29:16 -05:00 committed by ShittyKopper
parent f40c3a2d9f
commit fae3af4342

View file

@ -1081,10 +1081,17 @@ onUnmounted(() => {
} }
.tab { .tab {
display: flex;
align-items: center;
justify-content: center;
flex: 1; flex: 1;
padding: 12px 8px; padding: 12px 8px;
border-top: solid 2px transparent; border-top: solid 2px transparent;
border-bottom: solid 2px transparent; border-bottom: solid 2px transparent;
> i {
margin-right: 8px;
}
} }
.tabActive { .tabActive {