1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 21:49:58 +02:00

feat: Improved media player spacings, b=no-bug, c=media

This commit is contained in:
Mr. M 2025-06-28 19:12:49 +02:00
parent 120f15d645
commit 54702d9092
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -285,14 +285,17 @@
max-width: 100%;
--toolbarbutton-outer-padding: 0;
container: media-controls / inline-size;
gap: 0.7rem;
}
#zen-media-playback-buttons {
gap: 1.3rem;
justify-content: space-between;
max-width: 7em;
width: 100%;
}
/* Hide #zen-media-focus-button if it doesn't fit in the toolbar */
@container media-controls (max-width: 160px) {
@container media-controls (max-width: 150px) {
#zen-media-focus-button {
display: none;
}