mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-19 02:19:31 +08:00
update vanilla template
This commit is contained in:
parent
8fd77148ca
commit
651f24f641
@ -14,6 +14,17 @@ body {
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
-webkit-appearance: default-button;
|
||||||
|
padding: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#name {
|
||||||
|
border-radius: 3px;
|
||||||
|
outline: none;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
Loading…
Reference in New Issue
Block a user