Skip to content

Commit

Permalink
Merge pull request #35380 from nextcloud/enh/noid/fix-remaining-user-…
Browse files Browse the repository at this point in the history
…issues

fix remaining user settings issues
  • Loading branch information
PVince81 committed Nov 24, 2022
2 parents afae72b + 6f7c054 commit 5f3585d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
7 changes: 5 additions & 2 deletions apps/settings/css/settings.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/settings/css/settings.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions apps/settings/css/settings.scss
Expand Up @@ -1384,6 +1384,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
text-overflow: ellipsis;
}
}

&:not(.row--editable) {
&.name,
&.password,
Expand All @@ -1396,10 +1397,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}

// Scroll if too much groups
.groups,
.subadmins {
overflow: auto;
max-height: 100%;
&:not(.row--editable) {
.groups,
.subadmins {
overflow: auto;
max-height: 100%;
}
}

.groups,
Expand Down Expand Up @@ -1432,6 +1435,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
background-color: var(--color-main-background);
}

&.row--editable .userActions {
z-index: 10;
}

.subtitle {
color: var(--color-text-maxcontrast);
vertical-align: baseline;
Expand Down

0 comments on commit 5f3585d

Please sign in to comment.