try to fix profile pic yet again
This commit is contained in:
@ -71,16 +71,6 @@ a:hover {
|
||||
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 {
|
||||
border-top: 2px solid var(--border);
|
||||
}
|
||||
@ -118,7 +108,6 @@ main {
|
||||
/* border-radius: 15px; */
|
||||
}
|
||||
|
||||
|
||||
aside {
|
||||
position: sticky;
|
||||
height: min-content;
|
||||
@ -154,6 +143,7 @@ nav {
|
||||
width: 100%;
|
||||
top: -50px;
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1100px) {
|
||||
|
Reference in New Issue
Block a user