mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #53796 from nextcloud/backport/53788/stable31
[stable31] fix(profile): add max width for the user actions
This commit is contained in:
commit
315a1d0f24
3 changed files with 5 additions and 3 deletions
|
|
@ -461,9 +461,11 @@ $content-max-width: 640px;
|
|||
flex-direction: column;
|
||||
gap: 8px 0;
|
||||
margin-top: 20px;
|
||||
max-width: 300px;
|
||||
|
||||
&__primary {
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
|
||||
&__icon {
|
||||
filter: var(--primary-invert-if-dark);
|
||||
|
|
|
|||
4
dist/profile-main.js
vendored
4
dist/profile-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/profile-main.js.map
vendored
2
dist/profile-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue