mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
fix ominisearch mobile style
This commit is contained in:
parent
b79a4754e2
commit
ba00096d08
1 changed files with 9 additions and 0 deletions
|
|
@ -3155,4 +3155,13 @@ body:not(.is-mobile) .workspace-tabs.mod-top .workspace-tab-header-container .si
|
|||
.workspace-tabs .workspace-leaf:has([data-type="daily-note-calendar"]) {
|
||||
/* padding-top: 20px;
|
||||
background-color: red; */
|
||||
}
|
||||
|
||||
.omnisearch-input-field {
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.omnisearch-input-container__buttons {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Reference in a new issue