mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
fix window functions
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
"window": {
|
||||||
|
"all": true
|
||||||
|
},
|
||||||
"fs": {
|
"fs": {
|
||||||
"scope": [
|
"scope": [
|
||||||
"$DATA",
|
"$DATA",
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ function App() {
|
|||||||
<Topbar />
|
<Topbar />
|
||||||
<div id="playButtons">
|
<div id="playButtons">
|
||||||
<BigButton text="PLAY DA GAME :D" onClick={playGame} id="officialPlay" />
|
<BigButton text="PLAY DA GAME :D" onClick={playGame} id="officialPlay" />
|
||||||
<BigButton text="PLAY PRIV GAME :D" onClick={playGame} id="privatePlay" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 34px;
|
height: 30px;
|
||||||
background-color: #141414;
|
background-color: #141414;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#playButtons {
|
#playButtons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row-reverse;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user