fixed(?) mobile type generic display

This commit is contained in:
Xanazf 2025-07-15 03:25:27 +03:00
parent d1e1d3c529
commit a9e2298cf7
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427

View file

@ -53,7 +53,7 @@
} }
.typedocs-data { .typedocs-data {
& subheading { & .typedocs-subheading {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 0.618rem; gap: 0.618rem;
@ -156,6 +156,7 @@
.type-generic { .type-generic {
position: absolute; position: absolute;
width: max-content;
left: 0.845rem; left: 0.845rem;
top: 1.217rem; top: 1.217rem;
} }