add: better mobile ui for timeline pages
add: rename button classes (quaternary->lowered, tertiary->raised)
This commit is contained in:
parent
7bfb113b1f
commit
0dede99682
42 changed files with 272 additions and 177 deletions
|
@ -102,7 +102,7 @@
|
|||
(span
|
||||
(text "{{ text \"communities:action.configure\" }}")))
|
||||
(div
|
||||
("class" "card tertiary flex flex-col gap-4")
|
||||
("class" "card lowered flex flex-col gap-4")
|
||||
("id" "post_context")))
|
||||
(button
|
||||
("onclick" "save_context()")
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
("class" "card flex items-center gap-2 flex-wrap secondary")
|
||||
(a
|
||||
("href" "/post/{{ post[0].id }}")
|
||||
("class" "quaternary small button")
|
||||
("class" "lowered small button")
|
||||
(text "{{ icon \"external-link\" }}")
|
||||
(span
|
||||
(text "{{ text \"general:action.open\" }}")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue