Created a file viewer and integrated it into the website.
This commit is contained in:
parent
108cb3617a
commit
28b091a9fd
3 changed files with 96 additions and 0 deletions
22
file_viewer_styles.css
Normal file
22
file_viewer_styles.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
.submenu {
|
||||
display: none;
|
||||
margin: 8px 0px 0px;
|
||||
padding: 16px 0px 0px 16px;
|
||||
}
|
||||
|
||||
.file-link {
|
||||
padding: 0px 16px 0px 16px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.hacked-checkbox {
|
||||
position: absolute;
|
||||
left: -100vw;
|
||||
}
|
||||
|
||||
.hcb-label {
|
||||
padding: 8px 16px;
|
||||
margin: 16px;
|
||||
cursor: pointer;
|
||||
border-radius: 16px 16px 0px 0px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue