Added HoaxShell

This commit is contained in:
Panagiotis Chartas 2023-02-16 18:02:45 +01:00 committed by GitHub
parent 4658cb578b
commit 2b454e5156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,14 @@ _:-ms-fullscreen, :root body {
max-height: 20rem;
}
#hoaxshell-command {
border: none !important;
border-radius: 5px;
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
background-color: rgb(70, 70, 70);
max-height: 20rem;
}
#theme-selector {
width: 100px;
height: 30px;