mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Clean the renderer.js and the search bar now match the theme
This commit is contained in:
@@ -214,41 +214,6 @@ body {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.search-container input {
|
||||
width: 700px;
|
||||
height: 30px;
|
||||
padding: 10px 15px;
|
||||
border: none;
|
||||
border-radius: 50px;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
color: var(--text-color);
|
||||
outline: none;
|
||||
transition: background 0.3s, width 0.3s;
|
||||
}
|
||||
|
||||
.search-container input:focus {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
.search-button {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--text-color);
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mods-container {
|
||||
height: 80%;
|
||||
transform: translateY(50px);
|
||||
|
||||
Reference in New Issue
Block a user