From 1b1e4627faf7a29afb10a3af16ccbc5c9ac94690 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Fri, 29 Mar 2024 15:44:10 +0100 Subject: [PATCH] Update --- assets/css/main.css | 9 +++++---- one.org | 2 -- onerc.el | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index ee6e0e1..f364eae 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -285,8 +285,8 @@ a:hover, } @media (width < 600px) { - .aside-docs { - display: none; + .nav-docs { + position: initial; } } @@ -349,9 +349,10 @@ a:hover, padding-inline: var(--gap-m); } .docs { - display: initial; + display: flex; grid-template-columns: initial; - gap: 0; + gap: var(--gap-l); + flex-direction: column-reverse; } } diff --git a/one.org b/one.org index 19127f0..fed78fe 100644 --- a/one.org +++ b/one.org @@ -607,8 +607,6 @@ Los datos se recogen de la misma forma que en el caso anterior. Para validar un formulario puedes hacerlo de la misma forma que en Django. Pero si quieres mostrar los errores en tiempo real, debes redibujar el formulario en cada ocasión. - - * History :PROPERTIES: :ONE: one-custom-default-doc diff --git a/onerc.el b/onerc.el index 98c95a2..1ca057c 100644 --- a/onerc.el +++ b/onerc.el @@ -113,7 +113,7 @@ (:li (:i (@ :aria-label "bug") "🪲") " Bugs: " (:a.link (@ :href "https://github.com/Django-LiveView/docs/blob/main/one.org" :target "_blank") "Documentation")) (:li (:i (@ :aria-label "chat") "💬") " Get help: "(:a.link (@ :href "xmpp://django-liveview@conference.im.andros.dev?join" :target "_blank") "Jabber/XMPP group ")) (:li (:i (@ :aria-label "chat") "🐘") " Follow me: " (:a.link (@ :href "https://hostux.social/@andros" :target "_blank") "ActivityPub/Fediverse ")) - (:li (:span (@ :aria-hidden "true") "💰 ") " Support the project: " (:a.link (@ :href "https://liberapay.com/androsfenollosa/" :target "_blank") "Libeapay"))) + (:li (:span (@ :aria-hidden "true") "💰 ") " Support the project: " (:a.link (@ :href "https://liberapay.com/androsfenollosa/" :target "_blank") "Liberapay"))) (:p "Created with " (:i (@ :aria-label "love") "❤️") " by " (:a.link (@ :href "https://andros.dev/" :target "_blank") "Andros Fenollosa") " with " (:a.link (@ :href "https://one.tonyaldon.com/" :target "_blank") "one.el")) (:p "🐍 " ,(format-time-string "%Y")))))))))