diff --git a/Makefile b/Makefile index 2651f6d..476bd67 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ deploy: cp -vf ./target/release/desktop ${DEST}/drun cp -vf ./target/release/run ${DEST}/run cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml - cp -vf ./rmenu/public/default.css ${DEST}/style.css build: build-rmenu build-plugins diff --git a/rmenu/public/default.css b/rmenu/public/default.css index 8174ffd..4c72c8f 100644 --- a/rmenu/public/default.css +++ b/rmenu/public/default.css @@ -31,8 +31,9 @@ body > div { input { width: 100%; height: 5vw; - outline: none; border: none; + outline: none; + padding: 5px; font-size: large; }