fix react template css (#3477)

changelog
This commit is contained in:
Atterpac
2024-05-13 14:39:20 -06:00
committed by GitHub
parent 71b2edc0fe
commit 9c4b412aea
5 changed files with 5 additions and 8 deletions
+1
View File
@@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed react template css to show footer by [atterpac](https://github.com/atterpac) in [#3477](https://github.com/wailsapp/wails/pull/3477)
- Fixed zombie processes when working in devmode by updating to latest refresh by [Atterpac](https://github.com/atterpac) in [#3320](https://github.com/wailsapp/wails/pull/3320).
- Fixed appimage webkit file sourcing by [Atterpac](https://github.com/atterpac) in [#3306](https://github.com/wailsapp/wails/pull/3306).
- Fixed Doctor apt package verify by [Atterpac](https://github.com/Atterpac) in [#2972](https://github.com/wailsapp/wails/pull/2972).
@@ -114,7 +114,6 @@ h1 {
margin-top: 1rem;
align-content: center;
text-align: center;
color: rgba(255, 255, 255, 0.67);
}
@media (prefers-color-scheme: light) {
@@ -158,4 +157,4 @@ h1 {
.input-box .input:focus {
border: none;
background-color: rgba(255, 255, 255, 1);
}
}
@@ -114,7 +114,6 @@ h1 {
margin-top: 1rem;
align-content: center;
text-align: center;
color: rgba(255, 255, 255, 0.67);
}
@media (prefers-color-scheme: light) {
@@ -158,4 +157,4 @@ h1 {
.input-box .input:focus {
border: none;
background-color: rgba(255, 255, 255, 1);
}
}
@@ -114,7 +114,6 @@ h1 {
margin-top: 1rem;
align-content: center;
text-align: center;
color: rgba(255, 255, 255, 0.67);
}
@media (prefers-color-scheme: light) {
@@ -158,4 +157,4 @@ h1 {
.input-box .input:focus {
border: none;
background-color: rgba(255, 255, 255, 1);
}
}
@@ -114,7 +114,6 @@ h1 {
margin-top: 1rem;
align-content: center;
text-align: center;
color: rgba(255, 255, 255, 0.67);
}
@media (prefers-color-scheme: light) {
@@ -158,4 +157,4 @@ h1 {
.input-box .input:focus {
border: none;
background-color: rgba(255, 255, 255, 1);
}
}