From 5ce8c6cf22a8e70f6843b9b8331ccb6d6bc712f5 Mon Sep 17 00:00:00 2001 From: Simon Repp Date: Mon, 22 Apr 2024 12:10:48 +0200 Subject: [PATCH] Fine-tune volume and speed control design --- src/build/assets/styles.css | 2 +- src/icons.rs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/build/assets/styles.css b/src/build/assets/styles.css index 6eb3d35..a34c6c8 100644 --- a/src/build/assets/styles.css +++ b/src/build/assets/styles.css @@ -362,7 +362,7 @@ svg { position: absolute; right: 5%; } -#toggle_speed { font-weight: 600; } +#toggle_speed { font-weight: 500; } .video { color: var(--fg-2); display: flex; diff --git a/src/icons.rs b/src/icons.rs index d5b5a5c..369d10c 100644 --- a/src/icons.rs +++ b/src/icons.rs @@ -114,7 +114,7 @@ pub fn volume_loud(label: &str) -> String { formatdoc!(r#" {label} - + "#) } @@ -123,7 +123,7 @@ pub fn volume_medium(label: &str) -> String { formatdoc!(r#" {label} - + "#) } @@ -132,7 +132,7 @@ pub fn volume_muted(label: &str) -> String { formatdoc!(r#" {label} - + "#) } \ No newline at end of file