Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix remaining user settings issues
Signed-off-by: Simon L <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
szaimen authored and nextcloud-command committed Nov 23, 2022
commit 6f7c05414538e7ccbda1dfa5cc3bcc525a4c5499
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
Original file line number Diff line number Diff line change
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