5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 11:29:29 +08:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 8 deletions

View File

@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### 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 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 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). - Fixed Doctor apt package verify by [Atterpac](https://github.com/Atterpac) in [#2972](https://github.com/wailsapp/wails/pull/2972).

View File

@ -114,7 +114,6 @@ h1 {
margin-top: 1rem; margin-top: 1rem;
align-content: center; align-content: center;
text-align: center; text-align: center;
color: rgba(255, 255, 255, 0.67);
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -158,4 +157,4 @@ h1 {
.input-box .input:focus { .input-box .input:focus {
border: none; border: none;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
} }

View File

@ -114,7 +114,6 @@ h1 {
margin-top: 1rem; margin-top: 1rem;
align-content: center; align-content: center;
text-align: center; text-align: center;
color: rgba(255, 255, 255, 0.67);
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -158,4 +157,4 @@ h1 {
.input-box .input:focus { .input-box .input:focus {
border: none; border: none;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
} }

View File

@ -114,7 +114,6 @@ h1 {
margin-top: 1rem; margin-top: 1rem;
align-content: center; align-content: center;
text-align: center; text-align: center;
color: rgba(255, 255, 255, 0.67);
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -158,4 +157,4 @@ h1 {
.input-box .input:focus { .input-box .input:focus {
border: none; border: none;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
} }

View File

@ -114,7 +114,6 @@ h1 {
margin-top: 1rem; margin-top: 1rem;
align-content: center; align-content: center;
text-align: center; text-align: center;
color: rgba(255, 255, 255, 0.67);
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
@ -158,4 +157,4 @@ h1 {
.input-box .input:focus { .input-box .input:focus {
border: none; border: none;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
} }