fix: minor css changes, remove default-css from deployment

This commit is contained in:
imgurbot12 2023-08-08 17:10:34 -07:00
parent dfde39c5b7
commit 9032738f52
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;
} }