Merge pull request #4599 from nextcloud/contactsmenu-mobile
Define max-width for Contacts menu for mobile
This commit is contained in:
commit
0329adbc61
|
@ -1072,6 +1072,7 @@ span.ui-icon {
|
||||||
/* show ~4.5 entries */
|
/* show ~4.5 entries */
|
||||||
height: 278px;
|
height: 278px;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
|
max-width: 90%;
|
||||||
right: 13px;
|
right: 13px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
Loading…
Reference in New Issue