[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

@@ -126,4 +126,8 @@ html, body {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
} }
}
.el-message-box {
max-width: 90%;
} }

View File

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