Fix input width bug on Safari

This commit is contained in:
Lim Chee Aun 2023-02-25 14:19:57 +08:00
parent b4a8e60144
commit 2afa84c2fd

View file

@ -1108,6 +1108,7 @@ body:has(.status-deck) .media-post-link {
}
.szh-menu .szh-menu__item form > input[type='text'] {
flex-grow: 1;
min-width: 0;
}
.szh-menu .szh-menu__item--hover .danger-icon {
color: var(--red-color);