Merge pull request #53788 from nextcloud/fix/profile-visibility

fix(profile): add max width for the user actions
This commit is contained in:
Ferdinand Thiessen 2025-07-03 16:26:32 +02:00 committed by GitHub
commit 6d8ef878f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -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);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long