mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:13:08 +02:00
fix: adjust alignment and margin of icon in detailed note tabs
This commit is contained in:
parent
f40c3a2d9f
commit
fae3af4342
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue