mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
feat: Improved media player spacings, b=no-bug, c=media
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user