mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-26 12:27:50 +00:00
fix: Prevent the media focus button from overflowing at certain width, b=no-bug, c=media
This commit is contained in:
@@ -294,7 +294,7 @@
|
||||
}
|
||||
|
||||
/* Hide #zen-media-focus-button if it doesn't fit in the toolbar */
|
||||
@container media-controls (max-width: 150px) {
|
||||
@container media-controls (max-width: 165px) {
|
||||
#zen-media-focus-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user