aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-07-01 10:28:42 +0200
committerGitHub <noreply@github.com>2021-07-01 10:28:42 +0200
commitddb9840e2f30d7f1e6a3f38a07a25083ea3ea5ed (patch)
tree478aa5ec5b9b53e9e3b49718b177e65cfe90a1fa
parent3853307a6a854c7b4f2792fea316439ac76145c3 (diff)
parent2d691346ce7bcf9e073d098291ead166fccf1b7b (diff)
downloadnextcloud-server-ddb9840e2f30d7f1e6a3f38a07a25083ea3ea5ed.tar.gz
nextcloud-server-ddb9840e2f30d7f1e6a3f38a07a25083ea3ea5ed.zip
Merge pull request #27739 from nextcloud/enh/noid/app-settings-button
design fixes to app-settings button
-rw-r--r--core/css/apps.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index cb2b32611b1..370784c1785 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -729,8 +729,10 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
border: 0;
border-radius: 0;
text-align: left;
- padding-left: 42px;
+ padding-left: 44px;
font-weight: normal;
+ font-size: 100%;
+ opacity: 0.8;
/* like app-navigation a */
color: var(--color-main-text);