mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
(feat:background) Take up the whole screen
This commit is contained in:
@@ -3,9 +3,17 @@
|
|||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@apply w-full h-screen;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.App {
|
||||||
|
@apply w-full h-screen;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
3
src/ui/css/layout/Launcher.scss
Normal file
3
src/ui/css/layout/Launcher.scss
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.Launcher {
|
||||||
|
@apply flex w-full h-full;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user