mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-05 03:18:44 +00:00
Add nsfw checkbox for posts
This commit is contained in:
parent
2506615f42
commit
05daa6a148
7 changed files with 42 additions and 20 deletions
|
@ -234,6 +234,8 @@
|
|||
.user-profile-img {
|
||||
max-height: 100px;
|
||||
max-width: 100px;
|
||||
object-fit: contain;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.user-profile-decription {
|
||||
|
@ -284,6 +286,11 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.status-profile-img-container .img-link {
|
||||
width: 48px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.status-nsfw-overlay {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -305,3 +312,7 @@
|
|||
.status-video-container:hover .status-nsfw-overlay {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.post-form-field>* {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue