Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-01 02:09:38 +0300
committerszaimen <szaimen@e.mail.de>2021-07-01 02:09:38 +0300
commit2d691346ce7bcf9e073d098291ead166fccf1b7b (patch)
tree434e215bb822f0811fd194e4540f3e9303c1397f /core/css
parent6da9ccc9ee1e37932c6580e9831c74bbeeac741b (diff)
design fixes to app-settings button
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'core/css')
-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);