Registrations typo and css fixes

pull/5098/head
Chocobozzz 2022-06-28 11:52:43 +02:00
parent a334597283
commit 9f4109e263
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 10 additions and 6 deletions

View File

@ -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));

View File

@ -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.