Skip to content

Commit 9735dfc

Browse files
committed
Move the flash message to the right of the screen
1 parent edbb7da commit 9735dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/triangulum/views.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@
182182
:font-style "italic"
183183
:font-weight "bold"
184184
:justify-content "space-between"
185-
:left "1rem"
186185
:max-width "50%"
187186
:padding ".5rem"
188187
:position "fixed"
188+
:right "1rem"
189189
:top "1rem"
190190
:z-index "10001"}}
191191
[:script {:type "text/javascript"}

0 commit comments

Comments
 (0)