try to fix profile pic yet again

This commit is contained in:
2023-03-01 00:27:04 +10:30
committed by GitHub
parent f43f032aba
commit 2f038aaf74

View File

@ -71,16 +71,6 @@ a:hover {
transform: translate(0px,-2px); transform: translate(0px,-2px);
} }
/* seems like this doesnt always wowrk */
a:has(img):hover,
a:hover:has(+ img):hover,
a:hover:has(img):hover,
a:has(+ img):hover,
.profile-img-link:hover,
a.profile-img-link:hover important {
transform: translate(0);
}
hr { hr {
border-top: 2px solid var(--border); border-top: 2px solid var(--border);
} }
@ -118,7 +108,6 @@ main {
/* border-radius: 15px; */ /* border-radius: 15px; */
} }
aside { aside {
position: sticky; position: sticky;
height: min-content; height: min-content;
@ -154,6 +143,7 @@ nav {
width: 100%; width: 100%;
top: -50px; top: -50px;
position: relative; position: relative;
z-index: -1;
} }
@media all and (max-width: 1100px) { @media all and (max-width: 1100px) {