add: 8 achievements add: larger text setting fix: small infinite
timeline bugs
This commit is contained in:
parent
b860f74124
commit
5dd9fa01cb
19 changed files with 241 additions and 123 deletions
|
@ -1,5 +1,17 @@
|
|||
(div ("id" "toast_zone"))
|
||||
|
||||
; large text
|
||||
(text "{% if user and user.settings.large_text -%}")
|
||||
(style
|
||||
(text "button, a, p, span, b, strone, em, i, pre, code {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
|
||||
nav .icon {
|
||||
font-size: 15px !important;
|
||||
}"))
|
||||
(text "{%- endif %}")
|
||||
|
||||
; templates
|
||||
(template
|
||||
("id" "loading_skeleton")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue