Is there a way to move a bit down line between question and review? When I browse both question and answer are on the top and half of the screen is empty
Could you please provide a screenshot?
You can put some <br>
s in your card template to add some extra blank lines.
Thank you. Will go this way
Do you know if that line in reviews between question and answer is modifiable in the card template ( how is it called in css)? It’s white in the dark mode, would be nice to change its colour in dark mode only if possible to some dark grey
.night_mode hr { border:0; border-bottom: 1px solid #777; }