Fix weird input field bug again in Safari

This commit is contained in:
Lim Chee Aun 2023-02-27 23:15:32 +08:00
parent 61fc19a29e
commit 969cd2f42b

View file

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