Skip to content

Commit

Permalink
Merge pull request #125 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Updated Feb 20 2024
  • Loading branch information
jerrylovescheese authored Feb 20, 2024
2 parents b6ad7eb + 60a88bf commit 44f2acc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/subpages/mac.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
flex-wrap: wrap;
}

li {
.list-pages>li {
background-color: rgba(128, 128, 128, 0.15);
padding: 8px;
padding-left: 15px;
Expand Down
10 changes: 8 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,14 @@ a:hover {
}

@media (max-width: 768px) {
#core {
z-index: unset !important;
}

#core:focus-within {
z-index: 30 !important;
}

#header-unit {
right: 0;
top: 15px;
Expand All @@ -734,7 +742,6 @@ a:hover {
margin-left: 15px;
margin-right: 15px !important;
height: 82px;
z-index: 30;
border-radius: 15px;
background-color: rgba(245, 245, 245, 0.5);
backdrop-filter: blur(12px);
Expand All @@ -756,7 +763,6 @@ a:hover {
#quick-links {
height: 25px;
padding: 10px;
z-index: 30;
top: 36px;
width: auto;
margin-left: 0 !important;
Expand Down

0 comments on commit 44f2acc

Please sign in to comment.