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
1 changed files with 7 additions and 0 deletions

View File

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