You can see that the arrows which are supposed to be there aren’t. Firefox, Alacritty has some space for arrows. I would rather want to completely remove the arrows and this space which is there than trying to show the arrow tho. Does anyone know how to do it?

My wofi config ->

# Generated by Home Manager.
columns=1
height=55%
hide_scroll=true
insensitive=true
layer=top
location=center
orientation=vertical
prompt=
width=25%

My wofi style.css ->

*{
  all: unset;
  font-family: "Fira Mono Nerd Font";
  font-size: 10pt;
  font-weight: normal;
}

#window {
  background: #3c3836;
  border-radius: 8px;
  border: 1px solid #504945;
}

#input {
  background: #3c3836;
  border-bottom: 1px solid #504945;
  color: #ebdbb2;
  margin-bottom: 4px;
  padding: 4px;
}

#input > image.left {
  margin-right: 4px;
}

#input > image.right  {
  margin-left: 4px;
}

#outer-box {
  padding: 4px;
}

#text {
  color: #ebdbb2;
}

#entry {
  border-radius: 4px;
  padding: 4px;
}

#entry:selected {
  background: #504945;
}