p padding for cover upload message

This commit is contained in:
zeppi 2021-10-28 22:07:56 -04:00
parent 4c8920339d
commit 09d763fb8f
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 {