Fix rofi layout sizings for fullscreen
This commit is contained in:
parent
da5cd9ef1f
commit
9fb9bb39ee
2 changed files with 15 additions and 3 deletions
|
@ -19,8 +19,6 @@ children: [ prompt, entry, listview ];
|
||||||
layout: horizontal;
|
layout: horizontal;
|
||||||
}
|
}
|
||||||
#element {
|
#element {
|
||||||
option-element-padding: 88px 100px 81px 4px;
|
|
||||||
padding: @option-element-padding;
|
|
||||||
background-color: @background-nofocus;
|
background-color: @background-nofocus;
|
||||||
text-color: @foreground-nofocus;
|
text-color: @foreground-nofocus;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
@import "list-horizontal.rasi"
|
@import "list-horizontal.rasi"
|
||||||
* {
|
* {
|
||||||
/* General */
|
/* General */
|
||||||
icon-font: "Iosevka 48";
|
icon-font: "Iosevka 40";
|
||||||
font: @icon-font;
|
font: @icon-font;
|
||||||
inputbar-margin: 4px 4px;
|
inputbar-margin: 4px 4px;
|
||||||
prompt-padding: 16px 20px;
|
prompt-padding: 16px 20px;
|
||||||
|
@ -38,4 +38,18 @@
|
||||||
#window {
|
#window {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding: @option-5-window-padding;
|
||||||
|
}
|
||||||
|
|
||||||
|
#horizbox {
|
||||||
|
children: [ listview ];
|
||||||
|
}
|
||||||
|
|
||||||
|
#listview {
|
||||||
|
spacing: @option-5-listview-spacing;
|
||||||
|
}
|
||||||
|
|
||||||
|
#element {
|
||||||
|
padding: @option-element-padding;
|
||||||
|
border: @list-element-border;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue