diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-20 13:37:23 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-20 13:37:23 +0100 |
commit | 20b740f8e4674ab16f44127bc809a35b8db24910 (patch) | |
tree | cd0793b8d7f51efc0de3db6b242b79bdfe4ef585 /core/css/mobile.css | |
parent | 92d57cb5a7de41e576c9cbd3fae70e9802561187 (diff) | |
download | nextcloud-server-20b740f8e4674ab16f44127bc809a35b8db24910.tar.gz nextcloud-server-20b740f8e4674ab16f44127bc809a35b8db24910.zip |
do not show display name on mobile when profile picture is present
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index a4cca6f37f6..65c756aa91a 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -17,4 +17,10 @@ transition: width 100ms; } +/* do not show display name on mobile when profile picture is present */ +#header .avatardiv.avatardiv-shown + #expandDisplayName { + display: none; +} + + } |