Browse Source

feat: add padding for page error container

Miguel Ángel Moreno 10 months ago
parent
commit
8b800d4a4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/frontend/tubo/components/layout.cljs

+ 1 - 1
src/frontend/tubo/components/layout.cljs

@@ -206,7 +206,7 @@
            [:button.font-bold {:on-click on-open} (str "show " (if open? "less" "more"))])])})))
 
 (defn error [{:keys [failure parse-error status status-text]} cb]
-  [:div.flex.flex-auto.h-full.items-center.justify-center
+  [:div.flex.flex-auto.h-full.items-center.justify-center.p-5
    [:div.flex.flex-col.gap-y-6.border-border-neutral-300.rounded.dark:border-stone-700.bg-neutral-300.dark:bg-neutral-800.p-5
     [:div.flex.items-center.gap-2.text-xl
      [:i.fa-solid.fa-circle-exclamation]