♻️ refactor: Remove useless important statements

This commit is contained in:
Dominic Harris 2022-04-06 08:18:01 -04:00
parent b1ad4fe7a4
commit c87ef63a06
No known key found for this signature in database
GPG Key ID: 93CCF85F3E2A4F65
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ const jsConfetti = new JSConfetti()
const lineNumbers = <HTMLElement>document.querySelector(".line-numbers")
const wrapper = <HTMLPreElement>document.querySelector(".wrapper")
const buttonWrapper = <HTMLPreElement>document.querySelector(".button-wrapper")
const buttonWrapper = <HTMLPreElement>document.querySelector(".navbar")
const editor = <HTMLTextAreaElement>document.getElementById("editor")
const codeViewPre = <HTMLPreElement>document.getElementById("code-view-wrapper")
const codeView = <HTMLElement>document.getElementById("code-view")

View File

@ -73,7 +73,7 @@ pre {
}
.navbar {
position: fixed !important;
position: fixed;
width: 100%;
height: 3.2rem;
padding: 0.5rem;
@ -107,7 +107,7 @@ pre {
animation: rainbow 120s linear infinite;
background-size: 400% 100%;
&:hover {
animation: rainbow 3s ease infinite !important;
animation: rainbow 3s ease infinite;
}
}
@ -218,7 +218,7 @@ a {
}
.bottom-button-wrapper {
position: fixed !important;
position: fixed;
bottom: 0;
right: 0;
padding: 1rem 1rem 0.5rem 1rem;
@ -233,7 +233,7 @@ a {
}
// #share-button {
// position: fixed !important;
// position: fixed ;
// bottom: 0;
// left: 0;
// z-index: 10;