소스 검색

change wofi style a little to restrict height of list

Bananicorn 1 년 전
부모
커밋
47ff1b7dd2
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      devuan_setup/config/wofi/config
  2. 1 1
      devuan_setup/config/wofi/style.css

+ 1 - 0
devuan_setup/config/wofi/config

@@ -2,3 +2,4 @@ location=top
 order=alphabetical
 mode=drun
 insensitive=true
+lines=10

+ 1 - 1
devuan_setup/config/wofi/style.css

@@ -19,7 +19,7 @@ window {
 	border-right: 2px solid #33DD33;
 }
 
-#entry:last-child {
+#scroll {
 	border-bottom: 2px solid #33DD33;
 }