mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-28 18:42:16 +00:00
FIX: Collapse Summarize
button on mobile (#726)
This commit is contained in:
parent
d9dad56c6a
commit
d58913b227
@ -12,9 +12,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide the Summarize label when there are many stats unless is mobile
|
// Hide the Summarize label when there are many stats
|
||||||
&:has(.--many-stats):has(.top-replies) .topic-map__additional-contents {
|
&:has(.--many-stats):has(.top-replies) .topic-map__additional-contents {
|
||||||
@media screen and (min-width: 476px) {
|
|
||||||
button {
|
button {
|
||||||
.d-icon {
|
.d-icon {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -25,7 +24,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.topic-map__additional-contents {
|
.topic-map__additional-contents {
|
||||||
.ai-summarization-button {
|
.ai-summarization-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user