fix css for chat targets
This commit is contained in:
parent
c7e748e382
commit
d233593a9b
@ -159,6 +159,8 @@ html {
|
||||
}
|
||||
|
||||
&.chat-targets {
|
||||
margin-top: 0.5em;
|
||||
|
||||
& img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -166,11 +168,12 @@ html {
|
||||
|
||||
& .target {
|
||||
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;
|
||||
align-items: center;
|
||||
|
||||
& button {
|
||||
grid-column: 3;
|
||||
grid-column: 4;
|
||||
line-height: normal;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user