1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 05:35:29 +02:00

update @zen-browser/surfer dependency to version 1.10.4 and adjust media controls styling

This commit is contained in:
mr. M 2025-03-14 13:19:52 +01:00
parent cb42d46131
commit 7640e05619
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
3 changed files with 11 additions and 12 deletions

View file

@ -73,16 +73,18 @@
}
&:not(:hover) {
#zen-media-focus-button::after {
&.playing:not([muted]) #zen-media-focus-button::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
opacity: 1;
background: url('note-indicator.svg') no-repeat;
top: -20px;
left: 8px;
background: url('chrome://browser/content/zen-images/note-indicator.svg') no-repeat;
top: -50%;
left: 50%;
transform: translateX(-50%);
z-index: -1;
}
}
@ -219,7 +221,6 @@
#zen-media-main-vbox {
height: 100%;
justify-content: space-between;
overflow: hidden;
transition: gap 0.1s ease-out;
transition-delay: 0.1s;
gap: 0px;
@ -235,7 +236,6 @@
align-items: flex-end;
justify-content: space-between;
max-width: 100%;
overflow: hidden;
--toolbarbutton-outer-padding: 0;
}