spectators: Add divider before sidebar login/signup buttons.

This slightly improves the visuals of this component.
This commit is contained in:
Tim Abbott 2022-03-01 11:51:00 -08:00
parent c710d18ec5
commit 7cc553b75d
2 changed files with 5 additions and 0 deletions

View File

@ -253,4 +253,8 @@
width: 100%;
margin-bottom: 10px;
}
hr {
width: 90%;
}
}

View File

@ -32,6 +32,7 @@
<div class="only-visible-for-spectators">
<div class="realm-description">
<div class="rendered_markdown">{{rendered_markdown realm_description }}</div>
<hr />
<a href="/register" class="signup_button color_animated_button">
<i class="fa fa-pencil-square-o"></i>
<span>{{t 'Sign up' }}</span>