UX: dynamic spacing for summarization buttons (#26690)

This commit is contained in:
Kris 2024-04-22 09:49:00 -04:00 committed by GitHub
parent b3f1192312
commit b971efed8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,7 @@
.topic-map .toggle-summary {
.summarization-buttons {
display: flex;
gap: 0.5em;
}
.ai-summary {

View File

@ -318,10 +318,6 @@ pre.codeblock-buttons:hover {
}
}
.toggle-summary .summarization-buttons .top-replies {
margin-left: 10px;
}
.toggle-summary .summary-box {
margin-top: 10px;
}

View File

@ -198,10 +198,6 @@ a.reply-to-tab {
.toggle-summary {
.summarization-buttons {
flex-direction: column;
.top-replies {
margin-top: 10px;
}
}
}
}