diff --git a/src/rust-wasm-template/server/files/index.html b/src/rust-wasm-template/server/files/index.html index 1876111d..18e222fd 100644 --- a/src/rust-wasm-template/server/files/index.html +++ b/src/rust-wasm-template/server/files/index.html @@ -60,7 +60,6 @@ } input, select { - float: right; width: 150px; padding: 5px; background-color: #31363f; @@ -75,6 +74,13 @@ padding: 10px; border-radius: 5px; font-weight: bold; + cursor: pointer; + } + + img { + width: 300px; + height: 300px; + object-fit: contain; }