1
0
Fork 0

hide updates

This commit is contained in:
Alexander Yakovlev 2024-01-09 13:54:15 +07:00
parent 40b1ee97f3
commit 6229acea20
2 changed files with 7 additions and 10 deletions

View file

@ -1189,6 +1189,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
}
}
.updates-button {
display: none;
position: absolute;
z-index: 2;
top: 3em;
@ -2650,3 +2651,9 @@ ul.link-list li a .icon {
transform: translateX(calc(-50% + var(--main-width) / 2));
}
}
/* Stick the popups */
.sticky-column {
position: sticky;
top: 110px;
height: calc(100vh - 120px);
}

View file

@ -518,13 +518,3 @@ kbd {
.shazam-container-horizontal[hidden] {
grid-template-columns: 0fr;
}
/* Stick the popups */
.sticky-column {
position: sticky;
top: 110px;
height: calc(100vh - 120px);
}
.updates-button {
display: none;
}