mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-27 05:18:33 +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:
|
||||
title: "Rmenu - Application Launcher"
|
||||
size:
|
||||
width: 500
|
||||
height: 500
|
||||
width: 800
|
||||
height: 400
|
||||
position:
|
||||
x: 300
|
||||
y: 500
|
||||
|
|
|
@ -73,7 +73,7 @@ div.actions {
|
|||
}
|
||||
|
||||
div.action-name {
|
||||
width: 10%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
div.actions.active {
|
||||
|
|
Loading…
Reference in a new issue