mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
[ux] embed event logo on br corner
This commit is contained in:
parent
c521a586a0
commit
182e9b831a
2 changed files with 6 additions and 4 deletions
|
@ -126,4 +126,8 @@ html, body {
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.el-message-box {
|
||||
max-width: 90%;
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue