diff options
Diffstat (limited to 'components/Sidebar.vue')
| -rw-r--r-- | components/Sidebar.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/Sidebar.vue b/components/Sidebar.vue index bdbcd51..5fc42d3 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -78,6 +78,10 @@ onBeforeUnmount(() => { text-align: center; } +.ongoing button { + width: 100%; +} + .finished svg, .ongoing svg, .upcoming svg{ height: var(--text-small) ; width: var(--text-small); |
