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:
parent
cb42d46131
commit
7640e05619
3 changed files with 11 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue