Obsidian-Terminal-Theme
Obsidian-Terminal-Theme copied to clipboard
Magnifier Icon not set correctly in search
Hey Obsessed with your theme :) Could you only please fix the icon of the magnifier? 🙏
+1 @zcysxy is there a fix for this? Do we just turn off icons
@krishpop @CyRamos I'm creating an updated version of this theme, private for the moment, and I fixed it by commenting out this lines:
(line 1345 of theme.css)
.document-replace > input[type='text']:focus,
.document-replace > input[type='text']:hover {
border-width: 0;
/* padding: 0 14px 1px 12px; */
background-color: var(--background-primary);
/* height: calc(var(--editor-line-height) * var(--the-font-size)); */
/* margin: 0 8px; */
}