mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix contacts menu height for Safari
* fixes #5119 * in Safari the input field was 38px in height and not 34px like in all other browsers Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
655c0cb40d
commit
152b2824dc
1 changed files with 1 additions and 0 deletions
|
|
@ -1340,6 +1340,7 @@ span.ui-icon {
|
|||
#contactsmenu-search {
|
||||
width: calc(100% - 16px);
|
||||
margin: 8px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
/* ---- TOOLTIPS ---- */
|
||||
|
|
|
|||
Loading…
Reference in a new issue