mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-27 21:38:14 +01:00
feat: minor config tweaks
This commit is contained in:
parent
713aec1345
commit
6b852bc2f4
2 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ search_regex: false
|
||||||
window:
|
window:
|
||||||
title: "Rmenu - Application Launcher"
|
title: "Rmenu - Application Launcher"
|
||||||
size:
|
size:
|
||||||
width: 500
|
width: 800
|
||||||
height: 500
|
height: 400
|
||||||
position:
|
position:
|
||||||
x: 300
|
x: 300
|
||||||
y: 500
|
y: 500
|
||||||
|
|
|
@ -73,7 +73,7 @@ div.actions {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.action-name {
|
div.action-name {
|
||||||
width: 10%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.actions.active {
|
div.actions.active {
|
||||||
|
|
Loading…
Reference in a new issue