[Posts] Fix a layering bug in fullscreen mode (#915)

This commit is contained in:
Cinder 2025-02-12 10:54:01 -08:00 committed by GitHub
parent 50cbc498e7
commit 911d989b95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@
flex-wrap: wrap; flex-wrap: wrap;
justify-content: right; justify-content: right;
z-index: 11; // above posts and labels
.post-search { width: 100%; } .post-search { width: 100%; }
@ -27,5 +28,6 @@
.sidebar { display: none; } .sidebar { display: none; }
.content { .content {
border-radius: 0 0 0.25rem 0.25rem; border-radius: 0 0 0.25rem 0.25rem;
.posts-index-stats { margin-right: 5rem; }
} }
} }