diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-14 17:39:18 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-14 17:39:18 +0200 |
commit | 44e16504a1605d1d00f202863935767326cd453c (patch) | |
tree | 2bad385871dd1b602aff4d55477084ca541cbb0e /frontend/style.sass | |
parent | 3df03c42763dccf2993a0a76bdf36e2cbb3674c7 (diff) | |
download | fastbangs-44e16504a1605d1d00f202863935767326cd453c.tar fastbangs-44e16504a1605d1d00f202863935767326cd453c.tar.bz2 fastbangs-44e16504a1605d1d00f202863935767326cd453c.tar.zst |
implement searching for engines/bangs
Diffstat (limited to 'frontend/style.sass')
-rw-r--r-- | frontend/style.sass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/style.sass b/frontend/style.sass index e8606d5..36fda60 100644 --- a/frontend/style.sass +++ b/frontend/style.sass @@ -64,11 +64,12 @@ section.engine-select position: absolute display: none margin: 0 + margin-top: -2px padding: 0 + max-width: 30em background-color: $dark background-color: black border: 0.15em solid $light - border-top: 0 border-radius: 0.5em cursor: pointer li |