Merge pull request #4599 from nextcloud/contactsmenu-mobile

Define max-width for Contacts menu for mobile
This commit is contained in:
Lukas Reschke 2017-05-01 18:05:52 +02:00 committed by GitHub
commit 0329adbc61
1 changed files with 1 additions and 0 deletions

View File

@ -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 {