mirror of
https://github.com/NohamR/Code-to-PDF.git
synced 2026-05-24 19:58:50 +00:00
Fix some things
This commit is contained in:
18
styles.css
18
styles.css
@@ -111,7 +111,7 @@ code {
|
||||
|
||||
#print-area {
|
||||
padding: 20px;
|
||||
/*display: none;*/
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -155,3 +155,19 @@ p {
|
||||
float: right;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #888;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #555;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user