Skip to content

Commit

Permalink
style(preview): refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 4, 2023
1 parent c21294d commit 04b1e45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
.preview hr {
border-color: #00000040;
}
.preview .open-new-link svg{
.preview .open-new-link svg {
fill: #00000080;
}
.preview p {
Expand Down
8 changes: 4 additions & 4 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
.preview hr {
border-color: #ffffff40;
}
.preview .open-new-link svg{
.preview .open-new-link svg {
fill: #ffffffbf;
vertical-align: middle;
/* margin-bottom: 6px; */
Expand Down Expand Up @@ -458,7 +458,7 @@
overflow: scroll;
max-height: calc(100vh - 170px);
pointer-events: all;
margin-top: 16px;
margin-top: 8px;
border-top: 1px solid #202020;
padding-top: 8px;
}
Expand Down Expand Up @@ -507,7 +507,7 @@
text-decoration: none;
opacity: 0.75;
}
.preview-header > a:hover{
.preview-header > a:hover {
opacity: 1;
}
.preview-header > a > h1 {
Expand All @@ -522,7 +522,7 @@
width: calc(100% - 32px);
overflow: hidden;
margin-bottom: 0;
margin-top: 8px;
margin-top: 0;
/* border-top: 1px solid #202020; */
}
.preview-content {
Expand Down

0 comments on commit 04b1e45

Please sign in to comment.