Skip to content
Snippets Groups Projects
Unverified Commit cc6af402 authored by syuilo's avatar syuilo
Browse files

wip

parent f3eeadcd
No related branches found
No related tags found
No related merge requests found
......@@ -521,7 +521,7 @@ root(isDark)
> .files
margin 0
padding 0
background isDark ? #181b23 : var(--primaryLighten98)
background var(--desktopPostFormTextareaBg)
border solid 1px var(--primaryAlpha01)
border-top none
border-radius 0 0 4px 4px
......@@ -572,7 +572,7 @@ root(isDark)
cursor pointer
> .mk-poll-editor
background isDark ? #181b23 : var(--primaryLighten98)
background var(--desktopPostFormTextareaBg)
border solid 1px var(--primaryAlpha01)
border-top none
border-radius 0 0 4px 4px
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment