mirror of https://github.com/Chocobozzz/PeerTube
Registrations typo and css fixes
parent
a334597283
commit
9f4109e263
|
@ -34,9 +34,11 @@ header {
|
|||
position: relative;
|
||||
|
||||
.completed-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 16px;
|
||||
$size: 14px;
|
||||
|
||||
width: $size;
|
||||
height: $size;
|
||||
border-radius: $size;
|
||||
background-color: pvar(--mainBackgroundColor);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
@ -44,7 +46,9 @@ header {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 1px solid pvar(--mainColor);
|
||||
// Better than border color for aliasing
|
||||
box-shadow: 0 0 0 1px var(--mainColor);
|
||||
overflow: hidden;
|
||||
|
||||
my-global-icon {
|
||||
@include apply-svg-color(pvar(--mainColor));
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<h3 i18n>Why creating an account?</h3>
|
||||
|
||||
<p i18n>
|
||||
As you probably noticed: creating an account is not necessary to watch video son {{ instanceName }}.
|
||||
As you probably noticed: creating an account is not necessary to watch video on {{ instanceName }}.
|
||||
<br />
|
||||
However, creating an account on {{ instanceName }} will allow you to:
|
||||
</p>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<h4 i18n>You're using Mastodon, ActivityPub or a RSS feed aggregator?</h4>
|
||||
<h4 i18n>Do you use Mastodon, ActivityPub or a RSS feed aggregator?</h4>
|
||||
|
||||
<p i18n>
|
||||
You can already follow {{ instanceName }} using your favorite tool.
|
||||
|
|
Loading…
Reference in New Issue