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;
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));
<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>
</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.