Skip to content

Commit

Permalink
style: more spacing from the top and bottom of the list
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 4, 2023
1 parent c4090f5 commit a629247
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 5 additions & 3 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,20 @@
#issues-container {
max-width: 640px;
margin: auto;
padding: 0 0 48px;
padding: 0 0 56px;
/* overflow: scroll; */
scrollbar-width: none;
-ms-overflow-style: none;
padding: calc(50vh - 56px) 0;
}
&::-webkit-scrollbar {
display: none;
}
#issues-container .issue-element-inner {
transition: 125ms opacity ease-out 62.5ms ;
}
#issues-container:hover .issue-element-inner {
transition: 250ms opacity ease-out 1000ms ;
/* opacity: 0.75; */
opacity: 0.5;
}

#issues-container * {
Expand Down Expand Up @@ -81,6 +82,7 @@
cursor: pointer;
margin: 8px;
/* background-color: #ffffff; */
filter: blur(4px);
}
#issues-container > div.active {
transition: 125ms all ease-in-out;
Expand Down
11 changes: 3 additions & 8 deletions static/style/special.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
@media (prefers-color-scheme: dark) {
html {
/* background-color: #06061aff; */
background-color: #000410;
}
#toolbar.ready {
/* background-color: #06061a80; */
background-color: #00041080;
}
#issues-container > div {
background-color: #000410;
}
#issues-container > div:hover {
/* background-color: #000410; */
}
}
@media (prefers-color-scheme: light) {
html {
/* background-color: #f0f0f0; */
}
#toolbar.ready {
background-color: #f0f0f080;
}
#grid {
opacity: 0.25;
}
#issues-container > div {
background-color: #f0f0f0;
}
}
2 changes: 2 additions & 0 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
/* overflow: scroll; */
scrollbar-width: none;
-ms-overflow-style: none;
padding: calc(25vh - 56px) 0;
}
&::-webkit-scrollbar {
display: none;
Expand Down Expand Up @@ -81,6 +82,7 @@
cursor: pointer;
margin: 8px;
/* background-color: #000; */
filter: blur(4px);
}
#issues-container > div.active {
transition: 125ms all ease-in-out;
Expand Down

0 comments on commit a629247

Please sign in to comment.