mirror of
https://github.com/tmfelwu/obsidian-inbox.git
synced 2026-07-22 07:40:30 +00:00
21 lines
No EOL
371 B
CSS
21 lines
No EOL
371 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
padding: 1rem;
|
|
}
|
|
|
|
.title-input {
|
|
font-size: 1.1em;
|
|
padding: 0.5rem;
|
|
border: 1px solid var(--text-faint);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.textarea-custom {
|
|
font-size: 1em;
|
|
padding: 0.5rem;
|
|
border: 1px solid var(--text-faint);
|
|
border-radius: 4px;
|
|
resize: vertical;
|
|
} |