Merge pull request #2324 from nextcloud/artonge/fix/back_arrow

Fix back arrow position in wide screens
This commit is contained in:
Louis 2024-02-07 18:05:20 +01:00 committed by GitHub
commit e5ae1ac4ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
74 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -199,7 +199,7 @@ export default {
&__back {
// Replaces the app navigation button
position: fixed !important;
position: absolute !important;
left: var(--app-navigation-padding);
}