diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-10-30 04:47:00 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-10 16:12:42 +0100 |
commit | 83c177fc1b010aba12382a8ac66df9f9b7142b75 (patch) | |
tree | e39a177483a05fccf2755456c30736a7c070ab29 /core/css/mobile.css | |
parent | e4900c6c4c7f28261cceb7e6ddc30bce5bc87bd4 (diff) | |
download | nextcloud-server-83c177fc1b010aba12382a8ac66df9f9b7142b75.tar.gz nextcloud-server-83c177fc1b010aba12382a8ac66df9f9b7142b75.zip |
move font back from Light to Regular for body text on normal-res screens, fix #18954
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 26f7b8520b9..288ae2979de 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -26,14 +26,6 @@ display: none; } -/* do not show display name on mobile when profile picture is present */ -#header .avatardiv.avatardiv-shown + #expandDisplayName { - display: none; -} -#header #expand { - display: block; -} - /* do not show update notification on mobile */ #update-notification { display: none !important; |