diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-24 01:53:42 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-24 01:53:42 +0000 |
| commit | ed3faf85e6a6e8083128ec68894533738c762b04 (patch) | |
| tree | e8bb6ddc4b0d470c024667ab3ccacd3e2f85cf50 /components/Sidebar.vue | |
| parent | 0248517c6845a6c755d40c89d3d769ce7d60bd03 (diff) | |
Add /live
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); |
