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