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:
authorPytal <24800714+Pytal@users.noreply.github.com>2022-03-09 07:52:27 +0300
committerGitHub <noreply@github.com>2022-03-09 07:52:27 +0300
commit1bb1d21b991360041a7b8bf695e754bdff0ecaea (patch)
tree8ed42c03d52ac1a548b8e29e919b40683d8baff8 /core/css
parent7893615e3e016c17978bec9b464cf74b2f9e0557 (diff)
parent4ec24bfeb5f14c863c1949d559e96d2a20d43821 (diff)
Merge pull request #31490 from nextcloud/backport/30828/stable23
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.scss12
1 files changed, 5 insertions, 7 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 36da94a2e2b..9d20a57f5be 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -733,9 +733,8 @@ code {
.dirtree {
flex-wrap: wrap;
- padding-left: 12px;
- padding-right: 0px;
box-sizing: border-box;
+ padding-right: 140px;
div:first-child a {
background-image: var(--icon-home-000);
@@ -810,12 +809,11 @@ code {
}
.menu {
- top:100%;
- margin:10px;
- margin-left: 1px;
+ top: 100%;
+ margin-top: 10px;
form {
- display:flex;
- margin:10px;
+ display: flex;
+ margin: 10px;
}
}