mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
Fix input width bug on Safari
This commit is contained in:
parent
b4a8e60144
commit
2afa84c2fd
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue