diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2017-11-02 17:41:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 17:41:01 +0100 |
commit | 3091ddb043451160c6ae4621e647ee9e230b71dc (patch) | |
tree | eec556f4854cb01a25208cbccc7c56fafba1f528 /core/css/mobile.scss | |
parent | 687c92bfd3a51cea9024236dc7357bdf81534502 (diff) | |
parent | eebf19e2e6280168a76f0844d493612e1bfb6120 (diff) | |
download | nextcloud-server-3091ddb043451160c6ae4621e647ee9e230b71dc.tar.gz nextcloud-server-3091ddb043451160c6ae4621e647ee9e230b71dc.zip |
Merge pull request #6652 from nextcloud/sharing-link-menu
Move sharing page options to menu in top right
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r-- | core/css/mobile.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index baf874db8f5..58bb076d819 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -31,11 +31,6 @@ align-items: center; } -/* on mobile public share, show only the icon of the logo, hide the text */ -#body-public #header .header-appname-container { - display: none; -} - /* do not show update notification on mobile */ #update-notification { display: none !important; |