Compare commits
1 Commits
master
...
typosaurus
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1917e367e7 |
@ -222,6 +222,8 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
max-height: calc(100vh - var(--nav-height) - 2rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.daily-topic-card {
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
border-radius: var(--radius-lg);
|
||||
box-shadow: var(--shadow-sm);
|
||||
padding: 1rem;
|
||||
max-height: calc(100vh - var(--nav-height) - 2rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.sidebar-card .sidebar-heading {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user