fix css for chat targets

This commit is contained in:
Sven Balzer 2025-05-01 10:06:56 +02:00
parent c7e748e382
commit d233593a9b

View File

@ -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;
}
}