mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(ui): alignment of head-bar icon buttons
This commit is contained in:
@@ -22,12 +22,27 @@
|
||||
transition: padding-left .2s;
|
||||
}
|
||||
|
||||
> .r {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.it svg {
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
a.button {
|
||||
margin: 0 4px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: .5;
|
||||
|
||||
.ti {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
svg.warning {
|
||||
|
||||
Reference in New Issue
Block a user