Bug 1745455 - Partially revert bug 1733660 to ensure close button is displayed. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D134796
This commit is contained in:
Harry Twyford 2022-01-03 14:56:18 +00:00
Родитель 620cdeb60b
Коммит 36d8bc7ee8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@ findbar[noanim] {
.findbar-container {
margin-inline-start: 8px;
height: 28px;
overflow-inline: clip; /* Ensures the close button stays visible. */
overflow-inline: hidden; /* Ensures the close button stays visible. */
}
/* Remove start margin when close button is on the left side (on macOS) */