Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-09-20 17:30:15 +0300
committerGitHub <noreply@github.com>2022-09-20 17:30:15 +0300
commit085e2a5bb40ebe40734891b738ecfe8e0edf0a34 (patch)
tree736ec37bf38b6ff6999647e8f21eebe6ad5f6fbb /src
parentaa4b12e55a57a217c96b14339d6d6c2ff2ecc100 (diff)
parentdc5401da11b8d8b7cbe8086afc044495cd638c45 (diff)
Merge pull request #1273 from nextcloud/fix/header-position
Fix back icon position
Diffstat (limited to 'src')
-rw-r--r--src/components/HeaderNavigation.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/HeaderNavigation.vue b/src/components/HeaderNavigation.vue
index 093db686..5933c088 100644
--- a/src/components/HeaderNavigation.vue
+++ b/src/components/HeaderNavigation.vue
@@ -207,7 +207,7 @@ button.app-navigation-toggle {
&__back {
// Above the navigation menu
- position: absolute;
+ position: absolute !important;
left: 0;
margin: var(--photos-navigation-spacing) !important;
}