fix: increase height of media progress box for better visibility

This commit is contained in:
mr. m
2025-04-01 15:54:42 +02:00
parent 2eb131fb0b
commit 7507f72ac0

View File

@@ -247,7 +247,7 @@
#zen-media-progress-hbox { #zen-media-progress-hbox {
flex-grow: 1; flex-grow: 1;
height: 1.1rem; height: 2rem;
align-items: center; align-items: center;
padding-top: 0px !important; padding-top: 0px !important;