This commit is contained in:
Andros Fenollosa 2024-03-29 15:44:10 +01:00
parent cea0fd76d4
commit 1b1e4627fa
3 changed files with 6 additions and 7 deletions

View File

@ -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;
}
}

View File

@ -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

View File

@ -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")))))))))