Skip to content

Commit 6f7c054

Browse files
szaimennextcloud-command
authored andcommitted
fix remaining user settings issues
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent cd9f538 commit 6f7c054

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

apps/settings/css/settings.css

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/css/settings.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/css/settings.scss

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,6 +1384,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
13841384
text-overflow: ellipsis;
13851385
}
13861386
}
1387+
13871388
&:not(.row--editable) {
13881389
&.name,
13891390
&.password,
@@ -1396,10 +1397,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
13961397
}
13971398

13981399
// Scroll if too much groups
1399-
.groups,
1400-
.subadmins {
1401-
overflow: auto;
1402-
max-height: 100%;
1400+
&:not(.row--editable) {
1401+
.groups,
1402+
.subadmins {
1403+
overflow: auto;
1404+
max-height: 100%;
1405+
}
14031406
}
14041407

14051408
.groups,
@@ -1432,6 +1435,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14321435
background-color: var(--color-main-background);
14331436
}
14341437

1438+
&.row--editable .userActions {
1439+
z-index: 10;
1440+
}
1441+
14351442
.subtitle {
14361443
color: var(--color-text-maxcontrast);
14371444
vertical-align: baseline;

0 commit comments

Comments
 (0)