fix: update banner spacing

This commit is contained in:
kolaente 2022-05-15 22:33:19 +02:00
parent 90bb800346
commit e3373d2e4e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -43,11 +43,11 @@ function refreshApp() {
<style lang="scss" scoped> <style lang="scss" scoped>
.update-notification { .update-notification {
margin: 1rem; margin: .5rem;
display: flex; display: flex;
align-items: center; align-items: center;
background: $warning; background: $warning;
padding: .25rem .5rem; padding: 0 .25rem;
border-radius: $radius; border-radius: $radius;
font-size: .9rem; font-size: .9rem;
color: var(--grey-900); color: var(--grey-900);
@ -59,6 +59,7 @@ function refreshApp() {
margin: 0; margin: 0;
width: 450px; width: 450px;
left: calc(50vw - 225px); left: calc(50vw - 225px);
padding: .5rem;
} }
@media screen and (max-width: $tablet) { @media screen and (max-width: $tablet) {