Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Fix user settings layout
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored and backportbot-nextcloud[bot] committed Nov 23, 2022
commit 717fdad70dafc9ff163559203a4e545d27e45e24
6 changes: 6 additions & 0 deletions apps/settings/css/settings.css

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

5 changes: 5 additions & 0 deletions apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,10 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
color: var(--color-text-dark);
vertical-align: baseline;
}

progress {
max-width: 95%;
}
}

.obfuscated {
Expand Down Expand Up @@ -1640,6 +1644,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {

/* Fill the grid cell */
.multiselect.multiselect-vue {
min-width: 100%;
width: 100%;
}
}
Expand Down
197 changes: 0 additions & 197 deletions core/css/inputs.css

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

2 changes: 1 addition & 1 deletion core/css/inputs.css.map

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

Loading