mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
client: Fix strange margins when ribbon has hidden components
This commit is contained in:
parent
9b6148dec3
commit
e511d6aecf
@ -17,12 +17,15 @@ const TPL = `
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.basic-properties-widget > * {
|
.basic-properties-widget > * {
|
||||||
margin-right: 30px;
|
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.basic-properties-widget > * > :last-child {
|
||||||
|
margin-right: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.note-type-container, .editability-select-container {
|
.note-type-container, .editability-select-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user