aboutsummaryrefslogtreecommitdiffstats
path: root/components/Sidebar.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-24 01:53:42 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-24 01:53:42 +0000
commited3faf85e6a6e8083128ec68894533738c762b04 (patch)
treee8bb6ddc4b0d470c024667ab3ccacd3e2f85cf50 /components/Sidebar.vue
parent0248517c6845a6c755d40c89d3d769ce7d60bd03 (diff)
Add /live
Diffstat (limited to 'components/Sidebar.vue')
-rw-r--r--components/Sidebar.vue4
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);