Commit Graph

8 Commits (2da6d53070da28be15805591e1745be4924335e9)

Author SHA1 Message Date
Xavier Valarino 114b8b96fb Move colors to CSS custom properties 2023-03-21 21:37:42 -07:00
Xavier Valarino 9fc03cb21b Create a single base CSS file 2023-03-21 21:31:45 -07:00
Xavier Valarino eac0f2f59f Fix frame extending past viewport when zoomed in
When a user zooms in (`ctrl/cmd` + `+`), the Vomnibar frame will extend
down past the viewport. The height is set to calc(100% - 70px) on the
actual iframe, and we can't reach it with this CSS. Setting a max-height
that is effectively the same, but measured in viewport units, on the
Vomnibar container keeps it from going past the bottom of the viewport.
2023-03-21 21:27:01 -07:00
Xavier Valarino 09eb9c41d5 Improve Vomnibar UI
* Increase input size, removing margin around search bar
* Remove top and bottom margin on unordered list used for search items
* Maintain consistent border radius by clipping child content with
  `overflow: hidden`
2022-12-19 21:17:16 -08:00
Xavier Valarino abc97e56a1 Remove trailing whitespace 2022-12-19 21:17:16 -08:00
Xavier Valarino a6fecc24c0 Remove invalid font name 2022-12-19 21:17:16 -08:00
elkrien 77ae282bd9 contrast fix and screenshot update 2022-08-21 09:43:08 +02:00
elkrien 88d5232974 update to 0.2.0 2022-05-31 18:53:53 +02:00