Skip to content

Commit fea3eed

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 24c908f commit fea3eed

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

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
@@ -1421,6 +1421,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14211421
text-overflow: ellipsis;
14221422
}
14231423
}
1424+
14241425
&:not(.row--editable) {
14251426
&.name,
14261427
&.password,
@@ -1433,10 +1434,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14331434
}
14341435

14351436
// Scroll if too much groups
1436-
.groups,
1437-
.subadmins {
1438-
overflow: auto;
1439-
max-height: 100%;
1437+
&:not(.row--editable) {
1438+
.groups,
1439+
.subadmins {
1440+
overflow: auto;
1441+
max-height: 100%;
1442+
}
14401443
}
14411444

14421445
.groups,
@@ -1469,6 +1472,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14691472
background-color: var(--color-main-background);
14701473
}
14711474

1475+
&.row--editable .userActions {
1476+
z-index: 10;
1477+
}
1478+
14721479
.subtitle {
14731480
color: var(--color-text-maxcontrast);
14741481
vertical-align: baseline;

0 commit comments

Comments
 (0)