j
This commit is contained in:
@@ -455,6 +455,7 @@
|
|||||||
.item-tags-container {
|
.item-tags-container {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-tags-list {
|
.item-tags-list {
|
||||||
@@ -1296,7 +1297,7 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 768px) {
|
||||||
.upload-form.shitpost-mode-active .file-preview-item {
|
.upload-form.shitpost-mode-active .file-preview-item {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
@@ -1313,6 +1314,24 @@
|
|||||||
.upload-form.shitpost-mode-active .item-media-col iframe {
|
.upload-form.shitpost-mode-active .item-media-col iframe {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Keep suggestions visible and position them above the tag input */
|
||||||
|
.upload-form.shitpost-mode-active .file-meta-row-small {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.upload-form.shitpost-mode-active .tag-suggestions {
|
||||||
|
position: absolute !important;
|
||||||
|
bottom: 100% !important;
|
||||||
|
top: auto !important;
|
||||||
|
left: 0 !important;
|
||||||
|
right: 0 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
max-width: none !important;
|
||||||
|
margin-top: 0 !important;
|
||||||
|
margin-bottom: 8px !important;
|
||||||
|
z-index: 200000 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Video thumbnail loading animation */
|
/* Video thumbnail loading animation */
|
||||||
|
|||||||
Reference in New Issue
Block a user