mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 10:27:30 -06:00
lil tweaks
This commit is contained in:
parent
6ef4cc36b2
commit
5291146f8a
4 changed files with 24 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue