OpenGood day! When using the extension QuickReply Reloaded. The lower navbar overlaps the answer field. Is it possible to somehow make these extensions work together?
photo_2025-02-11_17-50-11.jpg
./ext/boardtools/quickreply/styles/all/theme/quickreply_main.css
and findCode:
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {.qr_fixed_form #smiley-box {display: none;position: static;right: auto !important;width: 100%;max-height: none;}#qr_postform.qr_fixed_form.with_smileys #message-box {width: 100%;}}
Replace by
Code:
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {.qr_fixed_form #smiley-box {display: none;position: static;right: auto !important;width: 100%;max-height: none;}#qr_postform.qr_fixed_form.with_smileys #message-box {width: 100%;}.qr_fixed_form > div {margin-bottom: 6%;}}
Saves the change and clears the cache
Statistics: Posted by ssl — Tue Feb 11, 2025 11:08 pm