mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
spectators: Add divider before sidebar login/signup buttons.
This slightly improves the visuals of this component.
This commit is contained in:
@@ -253,4 +253,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
<div class="only-visible-for-spectators">
|
<div class="only-visible-for-spectators">
|
||||||
<div class="realm-description">
|
<div class="realm-description">
|
||||||
<div class="rendered_markdown">{{rendered_markdown realm_description }}</div>
|
<div class="rendered_markdown">{{rendered_markdown realm_description }}</div>
|
||||||
|
<hr />
|
||||||
<a href="/register" class="signup_button color_animated_button">
|
<a href="/register" class="signup_button color_animated_button">
|
||||||
<i class="fa fa-pencil-square-o"></i>
|
<i class="fa fa-pencil-square-o"></i>
|
||||||
<span>{{t 'Sign up' }}</span>
|
<span>{{t 'Sign up' }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user