[ux] embed event logo on br corner

This commit is contained in:
les 2020-01-21 15:09:01 +01:00
parent c521a586a0
commit 182e9b831a
2 changed files with 6 additions and 4 deletions

View file

@ -127,3 +127,7 @@ html, body {
overflow: hidden;
}
}
.el-message-box {
max-width: 90%;
}

View file

@ -63,10 +63,8 @@ export default {
<style lang='less'>
.embed_event {
transition: margin .1s;
background-image: url('/favicon.ico');
background-repeat: no-repeat;
background-position-x: right;
background-position-y: bottom;
background: url('/favicon.ico') no-repeat right 5px bottom 5px;
background-size: 32px;
background-color: #1f1f1f;
display: inline-block;