♻️ refactor: Add display: none defaults where sensible

This commit is contained in:
Dominic Harris 2022-03-25 08:38:28 -04:00
parent 77340f763c
commit 161662c4de
No known key found for this signature in database
GPG Key ID: 93CCF85F3E2A4F65
1 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ ul.noselect#messages
button#copy-button.btn(aria-label='Copy')
a(href='https://github.com/zer0bin-dev/zer0bin' aria-label='GitHub repo')
button#github-button.btn(aria-label='GitHub')
span.viewcounter.noselect#viewcounter-label Views: 
span.viewcounter.noselect#viewcounter-count
span.viewcounter.noselect#viewcounter-label(style='display: none') Views: 
span.viewcounter.noselect#viewcounter-count(style='display: none')
.hide-button-wrapper
button#hide-button.btn(aria-label='Hide')
@ -39,6 +39,6 @@ ul.noselect#messages
.scrollbar-container
.wrapper
.line-numbers.noselect
pre#code-view-pre
pre#code-view-pre(style='display: none')
code#code-view
textarea#text-area(spellcheck='false' autofocus='' name='value' aria-label='Paste input area' disabled='')
textarea#text-area(spellcheck='false' autofocus='' name='value' aria-label='Paste input area' disabled='' style='display: none')