Obsidian-Terminal-Theme icon indicating copy to clipboard operation
Obsidian-Terminal-Theme copied to clipboard

Magnifier Icon not set correctly in search

Open CyRamos opened this issue 1 year ago • 2 comments

Hey Obsessed with your theme :) Could you only please fix the icon of the magnifier? 🙏

image

image

CyRamos avatar Aug 15 '24 10:08 CyRamos

+1 @zcysxy is there a fix for this? Do we just turn off icons

krishpop avatar Jan 15 '25 18:01 krishpop

@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; */
}

Perseus333 avatar Feb 16 '25 11:02 Perseus333