mirror of
https://github.com/jonjampen/obsidian-xournalpp.git
synced 2026-07-22 10:10:25 +00:00
25 lines
No EOL
411 B
CSS
25 lines
No EOL
411 B
CSS
.new-xopp-file-modal-form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.new-xopp-file-modal-form input {
|
|
width: 100%;
|
|
}
|
|
|
|
.new-xopp-file-modal-form .button-row {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.clickable-tag {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.xopp-creation-editing-template-button-row {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
gap: 0.5rem;
|
|
} |