Fixing various problems. Search is now positioned in a saner way, designs have been fixed (only layout1)

This commit is contained in:
w0bm
2023-08-07 22:01:54 +00:00
parent 5ddd7f915a
commit f2e9408074
63 changed files with 513 additions and 37 deletions

View File

@@ -4247,4 +4247,20 @@ pre {
background: black;
width: 100%;
margin-bottom: 5px;
}
.toggo {
padding-bottom: 0;
}
.git {
background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
padding: 5px;
text-align: center;
opacity: 0.2;
font-family: monospace;
}
.git a {
color: white;
}