UX: make theme compatible with AI gists (#140)
Before (only pinned topic excerpts, no gist toggle):  After (gists can be toggled on):  This puts the gists in the same place as the theme places excerpts and uses the same styles. It also follows the theme pattern of hiding excerpts/gists on mobile.
This commit is contained in:
+5
-2
@@ -69,8 +69,11 @@ input[type="color"]:focus,
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
.fk-d-menu__trigger.topic-list-layout-trigger {
|
||||
display: none;
|
||||
@include breakpoint(mobile-extra-large) {
|
||||
// pinned topic excerpts are hidden on small screens too
|
||||
.fk-d-menu__trigger.topic-list-layout-trigger {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.search-container .search-header,
|
||||
|
||||
Reference in New Issue
Block a user