mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Improved spacing of reminder entries in UI
This commit is contained in:
@@ -249,6 +249,7 @@ body:has(#wide-toggle:checked) .tab-container > div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entry.add-entry {
|
.entry.add-entry {
|
||||||
|
flex-grow: 1;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
@@ -271,13 +272,13 @@ body:has(#wide-toggle:checked) .tab-container > div {
|
|||||||
.entry {
|
.entry {
|
||||||
--color: var(--color-gray);
|
--color: var(--color-gray);
|
||||||
width: var(--entry-width);
|
width: var(--entry-width);
|
||||||
height: 6rem;
|
min-height: 5.8rem;
|
||||||
|
max-height: 8.9rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: .1rem;
|
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: .75rem;
|
padding: .75rem;
|
||||||
@@ -296,6 +297,7 @@ button.entry.fit {
|
|||||||
.entry h2 {
|
.entry h2 {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding-bottom: .1rem;
|
||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
|
|||||||
Reference in New Issue
Block a user