Browse Source

fix(mobile): layout for the view actions toolbar

charlie 4 months ago
parent
commit
88e41f95bc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/mobile/components/app.css

+ 4 - 0
src/main/mobile/components/app.css

@@ -97,6 +97,10 @@ ul {
   }
 }
 
+.view-actions {
+  @apply absolute right-0;
+}
+
 .app-login-modal {
   @apply mx-8 p-0;
 }