mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-12 23:36:29 +01:00
fix: minor css changes, remove default-css from deployment
This commit is contained in:
parent
dfde39c5b7
commit
9032738f52
2 changed files with 2 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -21,7 +21,6 @@ deploy:
|
||||||
cp -vf ./target/release/desktop ${DEST}/drun
|
cp -vf ./target/release/desktop ${DEST}/drun
|
||||||
cp -vf ./target/release/run ${DEST}/run
|
cp -vf ./target/release/run ${DEST}/run
|
||||||
cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml
|
cp -vf ./rmenu/public/config.yaml ${DEST}/config.yaml
|
||||||
cp -vf ./rmenu/public/default.css ${DEST}/style.css
|
|
||||||
|
|
||||||
build: build-rmenu build-plugins
|
build: build-rmenu build-plugins
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,9 @@ body > div {
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 5vw;
|
height: 5vw;
|
||||||
outline: none;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
padding: 5px;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue