fix: Prevent the media focus button from overflowing at certain width, b=no-bug, c=media

This commit is contained in:
mr. m
2025-10-22 10:11:31 +02:00
parent d06a83b623
commit e7dce71239

View File

@@ -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;
}