Skip to content

Commit

Permalink
revert: icon in preview header
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 6, 2023
1 parent ad9cfd7 commit 2c42335
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
27 changes: 8 additions & 19 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,28 +188,10 @@
background-color: #7f7f7f80;
}

input[type="radio"][data-ordering="reverse"] + label > .icon > svg {
transform: rotate(180deg);
}

input[type="radio"]:checked + label {
background-color: #7f7f7f80 !important;
}
input[type="radio"] + label > .icon > svg {
fill: #00000080;
}
input[type="radio"] + label > .active.icon > svg {
display: none;
}
input[type="radio"] + label > .default.icon > svg {
display: unset;
}
input[type="radio"]:checked + label > .default.icon > svg {
display: none;
}
input[type="radio"]:checked + label > .active.icon > svg {
display: unset;
}

.labels {
display: flex;
margin-left: auto;
Expand Down Expand Up @@ -456,6 +438,13 @@
.preview a {
word-break: break-all;
}
.preview .open-new-link svg {
fill: #00000080;
vertical-align: middle;
/* margin-bottom: 6px; */
/* margin-left: 8px; */
height: 20px;
}
.preview-body-inner {
max-width: 640px;
overflow: scroll;
Expand Down
5 changes: 5 additions & 0 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,11 @@
.preview a {
word-break: break-all;
}
.preview .open-new-link svg {
fill: #ffffff80;
vertical-align: middle;
height: 20px;
}
.preview-body-inner {
max-width: 640px;
overflow: scroll;
Expand Down

0 comments on commit 2c42335

Please sign in to comment.