mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Fix truncated search results on small screens (#7099)
This commit is contained in:
parent
9f867ad51e
commit
17a1ae23eb
@ -1999,6 +1999,15 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make search dropdown visible on small screens. issue #7003 */
|
||||||
|
@media (max-width: <<sidebarbreakpoint>>) {
|
||||||
|
|
||||||
|
.tc-sidebar-search .tc-block-dropdown-wrapper {
|
||||||
|
position: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Modals
|
** Modals
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user