diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-29 13:55:57 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-29 13:55:57 +0200 |
commit | bc36446455cb49ad67371ccc1a0946dc8fd65ede (patch) | |
tree | 16d78fb15037499e7f6f8b7fec39b1cfc223a092 /core | |
parent | 854dfef1992f088689f11c860cecbd5ccb6a20ed (diff) | |
download | nextcloud-server-bc36446455cb49ad67371ccc1a0946dc8fd65ede.tar.gz nextcloud-server-bc36446455cb49ad67371ccc1a0946dc8fd65ede.zip |
Define max-width for Contacts menu for mobile
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index f85ae93ccc8..3468cf6900a 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1072,6 +1072,7 @@ span.ui-icon { /* show ~4.5 entries */ height: 278px; width: 350px; + max-width: 90%; right: 13px; &::after { |