瀏覽代碼

fix(mobile): layout for the view actions toolbar

charlie 4 月之前
父節點
當前提交
88e41f95bc
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
 }