jonjampen_obsidian-xournalpp/styles.css
2025-11-24 08:06:09 +01:00

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;
}