Fixed indent, and added mousedown for meow audio
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -152,10 +151,6 @@ a {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.button-container .button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.volume-slider-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -179,7 +174,6 @@ a {
|
||||
appearance: none;
|
||||
border: 2px solid var(--text);
|
||||
background-color: var(--base);
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
input[type="range"]::-webkit-slider-runnable-track {
|
||||
@@ -296,4 +290,4 @@ input[type="range"]::-ms-fill-upper {
|
||||
.button:after {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user