toolbar position in mobile
This commit is contained in:
@@ -474,13 +474,25 @@
|
|||||||
html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper {
|
html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
pointer-events: auto !important;
|
pointer-events: auto !important;
|
||||||
|
transform: translateY(0) !important;
|
||||||
|
transition: none !important;
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
z-index: 1000 !important;
|
z-index: 1000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html:not(.politictalk-direct-access-blocked) #new-toolbox,
|
html:not(.politictalk-direct-access-blocked) #new-toolbox,
|
||||||
html:not(.politictalk-direct-access-blocked) .toolbox {
|
html:not(.politictalk-direct-access-blocked) .toolbox {
|
||||||
bottom: max(12px, env(safe-area-inset-bottom)) !important;
|
bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
|
||||||
|
left: 0 !important;
|
||||||
|
position: fixed !important;
|
||||||
|
right: 0 !important;
|
||||||
|
top: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content,
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper {
|
||||||
|
bottom: auto !important;
|
||||||
|
max-width: calc(100vw - 20px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.politictalk-direct-access {
|
.politictalk-direct-access {
|
||||||
|
|||||||
Reference in New Issue
Block a user