mirror of
https://github.com/zedeus/nitter.git
synced 2026-01-30 07:12:50 -05:00
Use sass instead of pure css
This commit is contained in:
@@ -53,7 +53,7 @@ macro renderPrefs*(): untyped =
|
||||
result[2].add stmt
|
||||
|
||||
proc renderPreferences*(prefs: Prefs; path: string): VNode =
|
||||
buildHtml(tdiv(class="preferences-container")):
|
||||
buildHtml(tdiv(class="overlay-panel")):
|
||||
fieldset(class="preferences"):
|
||||
form(`method`="post", action="/saveprefs"):
|
||||
refererField path
|
||||
|
||||
Reference in New Issue
Block a user