mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add about page and 3rd party licenses file
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
body {
|
||||
background: black;
|
||||
color: #eee;
|
||||
color: var(--text-color);
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -65,6 +65,10 @@ body {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.big-logo-img {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
padding: 20px;
|
||||
}
|
||||
@@ -141,6 +145,12 @@ body {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.separated-div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.input {
|
||||
flex: 1;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user