fix css for chat targets
This commit is contained in:
parent
c7e748e382
commit
d233593a9b
@ -159,6 +159,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.chat-targets {
|
&.chat-targets {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
|
||||||
& img {
|
& img {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@ -166,11 +168,12 @@ html {
|
|||||||
|
|
||||||
& .target {
|
& .target {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: max-content minmax(0, max-content) auto minmax(min-content, max-content);
|
grid-template-columns: max-content minmax(0, max-content) auto max-content;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
& button {
|
& button {
|
||||||
grid-column: 3;
|
grid-column: 4;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user