streams: Increase margin in the hint for adding streams.

This prevents this hint from looking wrong in languages where the
string ends up longer.

Fixes #19848.
This commit is contained in:
Aryaman 2021-10-27 04:20:56 +05:30 committed by GitHub
parent a8b529b3ed
commit 9d045d7470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -481,6 +481,8 @@
margin-top: calc(45vh - 75px);
text-align: center;
font-size: 1em;
margin-left: 2em;
margin-right: 2em;
span {
color: hsl(0, 0%, 67%);