~gpanders/gpanders.com

014f3dfb764eefbe578f3f03325b2b445b6bce1f — Gregory Anders 8 days ago 260064c master
Fix search box width on Linux

I don't know why this is necessary, but it fixes it. CSS /shrug
1 files changed, 1 insertions(+), 0 deletions(-)

M assets/css/base.tpl.css
M assets/css/base.tpl.css => assets/css/base.tpl.css +1 -0
@@ 245,6 245,7 @@ footer {
  line-height: 1.8;
  background: var(--search-bg-color);
  color: var(--main-fg-color);
  width: 100%;
}

.search-input input:focus {