mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
update html and and make use of template for pages
This commit is contained in:
@@ -26,7 +26,7 @@ body {
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
z-index: -1;
|
||||
filter: brightness(1);
|
||||
filter: brightness(1.4);
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
@@ -107,15 +107,15 @@ body {
|
||||
}
|
||||
|
||||
.view {
|
||||
width: clamp(600px, 70vw, 900px);
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
width: 100%;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
border-radius: 12px;
|
||||
padding: 40px;
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
|
||||
z-index: 0;
|
||||
box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
|
||||
overflow: auto;
|
||||
height: 420px;
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
.slider-container {
|
||||
|
||||
Reference in New Issue
Block a user