Browse Source

Ugly bottom-bar replaced with transparent cool one

sisyphus
JezerM 3 years ago
parent
commit
dbb980e56e
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 13
      themes/dracula/css/style.css

13
themes/dracula/css/style.css vendored

@ -45,7 +45,7 @@ html {
font-size: var(--base-font-size);
text-rendering: optimizeSpeed;
image-rendering: pixelated;
/*image-rendering: pixelated;*/
}
html * {
font-family: system-ui;
@ -65,9 +65,6 @@ body {
.hide {
opacity: 0;
visibility: hidden;
max-height: 0;
max-width: 0;
display: none;
}
/* Scrollbar */
@ -556,12 +553,18 @@ button {
justify-content: flex-end;
align-items: center;
background-color: var(--bg1);
background-color: transparent;
}
#system-bar > * {
font-weight: bold;
margin: 2px;
padding: 5px;
cursor: default;
backdrop-filter: blur(20px);
border-radius: 2px;
}
#system-bar > *:hover {
background-color: #2828280e;
}
/* Animations */

Loading…
Cancel
Save