lil tweaks

This commit is contained in:
tobi 2025-04-17 23:33:45 +02:00
commit 5291146f8a
4 changed files with 24 additions and 14 deletions

View file

@ -29,7 +29,6 @@
border-radius: $br;
position: relative;
overflow: hidden;
z-index: 2;
img {
width: 100%;
@ -59,7 +58,6 @@
position: absolute;
height: 100%;
width: 100%;
z-index: 3;
overflow: hidden;
display: grid;

View file

@ -28,8 +28,6 @@
padding-top: 0.75rem;
a {
position: relative;
z-index: 1;
color: inherit;
text-decoration: none;
}
@ -109,11 +107,6 @@
gap: 0.5rem;
}
.text-spoiler > summary, .text {
position: relative;
z-index: 1;
}
.text-spoiler > summary {
list-style: none;
display: flex;
@ -193,7 +186,6 @@
.poll {
background-color: $gray2;
z-index: 2;
display: flex;
flex-direction: column;
@ -277,7 +269,6 @@
}
details.stats-more-info {
z-index: 2;
margin-left: auto;
& > summary {
@ -350,7 +341,7 @@
.stats-more-info-content {
position: absolute;
right: 0;
z-index: 3;
z-index: 2;
flex-direction: column;
max-width: 100%;
@ -374,7 +365,6 @@
}
.stats-item:not(.published-at):not(.edit-timeline) {
z-index: 2;
user-select: none;
}