[ux] embed event logo on br corner
This commit is contained in:
@@ -126,4 +126,8 @@ html, body {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-message-box {
|
||||||
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user