p padding for cover upload message
This commit is contained in:
parent
4c8920339d
commit
09d763fb8f
2 changed files with 4 additions and 0 deletions
|
@ -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--"
|
||||
}
|
||||
|
|
|
@ -40,6 +40,9 @@ $actions-z-index: 2;
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
p {
|
||||
padding: var(--spacing-m);
|
||||
}
|
||||
}
|
||||
|
||||
.channel-cover__gradient {
|
||||
|
|
Loading…
Reference in a new issue