fixed walker layout
parent
1c22e301a3
commit
c5152b4a1f
|
|
@ -23,30 +23,26 @@
|
||||||
#window {
|
#window {
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
background-color: none;
|
background-color: none;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#box {
|
#box {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background: @background;
|
background: @background;
|
||||||
padding: 32px;
|
padding: 20px;
|
||||||
border: 4px solid @foreground;
|
border: 4px solid @foreground;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 19px 38px rgba(0, 0, 0, 0.3),
|
0 19px 38px rgba(0, 0, 0, 0.3),
|
||||||
0 15px 12px rgba(0, 0, 0, 0.22);
|
0 15px 12px rgba(0, 0, 0, 0.22);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*#search {
|
#search {
|
||||||
border: 4px solid @highlight;
|
border: 4px solid @highlight;
|
||||||
color: @highlight;
|
color: @highlight;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
|
margin-top: 0px;
|
||||||
padding-right: 15px;
|
}
|
||||||
padding-left: 15px;
|
|
||||||
margin-top: 15px;
|
|
||||||
margin-right: 15px;
|
|
||||||
margin-left: 15px;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
border: 4px solid @highlight;
|
border: 4px solid @highlight;
|
||||||
|
|
@ -56,8 +52,8 @@
|
||||||
|
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
margin-top: 15px;
|
margin-top: 30px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: -80px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,12 +12,13 @@ v_align = "fill"
|
||||||
|
|
||||||
[ui.window.box]
|
[ui.window.box]
|
||||||
h_align = "center"
|
h_align = "center"
|
||||||
width = 700
|
v_align = "center"
|
||||||
height = 600
|
width = 850
|
||||||
|
height = 760
|
||||||
|
|
||||||
[ui.window.box.bar]
|
[ui.window.box.bar]
|
||||||
orientation = "horizontal"
|
orientation = "horizontal"
|
||||||
position = "end"
|
position = "center"
|
||||||
|
|
||||||
[ui.window.box.bar.entry]
|
[ui.window.box.bar.entry]
|
||||||
h_align = "fill"
|
h_align = "fill"
|
||||||
|
|
@ -25,17 +26,16 @@ h_expand = true
|
||||||
|
|
||||||
[ui.window.box.bar.entry.icon]
|
[ui.window.box.bar.entry.icon]
|
||||||
h_align = "center"
|
h_align = "center"
|
||||||
h_expand = true
|
|
||||||
pixel_size = 24
|
pixel_size = 24
|
||||||
theme = ""
|
theme = ""
|
||||||
|
|
||||||
[ui.window.box.margins]
|
[ui.window.box.margins]
|
||||||
top = 200
|
top = 30
|
||||||
|
|
||||||
[ui.window.box.ai_scroll]
|
[ui.window.box.ai_scroll]
|
||||||
name = "aiScroll"
|
name = "aiScroll"
|
||||||
h_align = "fill"
|
h_align = "fill"
|
||||||
v_align = "fill"
|
v_align = "end"
|
||||||
max_height = 300
|
max_height = 300
|
||||||
min_width = 400
|
min_width = 400
|
||||||
height = 300
|
height = 300
|
||||||
|
|
@ -60,8 +60,8 @@ wrap = true
|
||||||
|
|
||||||
[ui.window.box.scroll.list]
|
[ui.window.box.scroll.list]
|
||||||
marker_color = "#1BFFE1"
|
marker_color = "#1BFFE1"
|
||||||
max_height = 500
|
max_height = 900
|
||||||
min_height = 800
|
min_height = 400
|
||||||
max_width = 500
|
max_width = 500
|
||||||
min_width = 1200
|
min_width = 1200
|
||||||
width = 400
|
width = 400
|
||||||
|
|
@ -78,15 +78,15 @@ pixel_size = 26
|
||||||
theme = ""
|
theme = ""
|
||||||
|
|
||||||
[ui.window.box.scroll.list.margins]
|
[ui.window.box.scroll.list.margins]
|
||||||
top = 20
|
top = 80
|
||||||
|
|
||||||
[ui.window.box.search.prompt]
|
[ui.window.box.search.prompt]
|
||||||
name = "prompt"
|
name = "prompt"
|
||||||
icon = "edit-find"
|
icon = ""
|
||||||
theme = ""
|
theme = ""
|
||||||
pixel_size = 13
|
pixel_size = 13
|
||||||
h_align = "fill"
|
h_align = "fill"
|
||||||
v_align = "top"
|
v_align = "start"
|
||||||
|
|
||||||
[ui.window.box.search.clear]
|
[ui.window.box.search.clear]
|
||||||
name = "clear"
|
name = "clear"
|
||||||
|
|
@ -94,7 +94,13 @@ icon = "edit-clear"
|
||||||
theme = ""
|
theme = ""
|
||||||
pixel_size = 13
|
pixel_size = 13
|
||||||
h_align = "center"
|
h_align = "center"
|
||||||
v_align = "center"
|
v_align = "end"
|
||||||
|
|
||||||
|
[ui.window.box.search.input]
|
||||||
|
h_align = "fill"
|
||||||
|
v_align = "end"
|
||||||
|
h_expand = true
|
||||||
|
icons = false
|
||||||
|
|
||||||
[ui.window.box.search.spinner]
|
[ui.window.box.search.spinner]
|
||||||
hide = true
|
hide = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue