forked from rDrama/rDrama
1
0
Fork 0

fix emoji popup in notifications

master
Aevann1 2022-08-11 12:55:05 +02:00
parent 091c29c6d5
commit f0394867e6
2 changed files with 3 additions and 2 deletions

View File

@ -3878,7 +3878,7 @@ ul.comment-section {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
min-height: 84px; min-height: 84px;
} }
.comment-format { .comment-format, .ghostdiv {
display: flex; display: flex;
align-items: center; align-items: center;
bottom: 0; bottom: 0;
@ -6163,6 +6163,7 @@ g {
border-radius: 4px; border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.3);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
z-index:999;
} }
#speed-carot-modal .speed-modal-option #speed-carot-modal .speed-modal-option

View File

@ -1,6 +1,6 @@
{%- {%-
set CACHE_VER = { set CACHE_VER = {
'css/main.css': 444, 'css/main.css': 445,
'css/catalog.css': 2, 'css/catalog.css': 2,
'css/4chan.css': 61, 'css/4chan.css': 61,