startpage

Simple text centric startpage
Log | Files | Refs | README

commit e0a7a9deafd9819dd99bda56e1c4f54ca5361deb
parent 9c4d5ce27a3c0a6eb8d715fa0856d063960fd2ff
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Sun,  3 Jul 2022 14:06:24 +0100

Fix bookmarks height

Chromium still gives a scrollbar otherwise

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -13,7 +13,7 @@ #input{padding-left:1.3rem;padding-right:0.7rem;color:var(--input-color)} #input p{display:inline-block} input{background-color:var(--prompt-bg-color);color:var(--input-color);width:90%} - #bookmark-filter{width:56vw;margin:auto;position:relative;max-height:16rem;overflow:hidden;position:relative} + #bookmark-filter{width:56vw;margin:auto;position:relative;height:16rem;overflow:hidden;position:relative} #bookmark-filter:hover{overflow-y:auto} #bookmark-filter:before{content:'';width:100%;height:16rem;position:absolute;background:linear-gradient(to bottom,transparent,var(--main-bg-color));pointer-events:none;} #bookmarks{list-style-type:none;padding:0;margin:0}