marge inital template support
This commit is contained in:
parent
51902f5307
commit
8bc009dc19
10 changed files with 359 additions and 3 deletions
|
@ -59,6 +59,18 @@ body {
|
|||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
.templateMiniBox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 6px;
|
||||
border-radius: 4px;
|
||||
width: fit-content;
|
||||
background: var(--secondary-bg);
|
||||
|
||||
button {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
.flexltr {
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
|
@ -1952,6 +1964,7 @@ img.bigembedimg {
|
|||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
align-items: flex-start;
|
||||
z-index: 3;
|
||||
}
|
||||
.hypoprofile {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue