Compare commits

...

1 commit

Author SHA1 Message Date
zeppi
09d763fb8f p padding for cover upload message 2021-10-28 22:19:38 -04:00
2 changed files with 4 additions and 0 deletions

View file

@ -2216,5 +2216,6 @@
"Enable Data Hosting": "Enable Data Hosting",
"Data over the limit will be deleted within 30 minutes. This will make the Yrbl cry a little bit.": "Data over the limit will be deleted within 30 minutes. This will make the Yrbl cry a little bit.",
"Choose %asset%": "Choose %asset%",
"Uploaded image will be visible in a few minutes.": "Uploaded image will be visible in a few minutes.",
"--end--": "--end--"
}

View file

@ -40,6 +40,9 @@ $actions-z-index: 2;
width: 100%;
height: 100%;
position: absolute;
p {
padding: var(--spacing-m);
}
}
.channel-cover__gradient {