toolbar positio
This commit is contained in:
@@ -498,7 +498,7 @@
|
|||||||
|
|
||||||
html:not(.politictalk-direct-access-blocked) .toolbox-content,
|
html:not(.politictalk-direct-access-blocked) .toolbox-content,
|
||||||
html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper {
|
html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper {
|
||||||
max-width: calc(100vw - 44px) !important;
|
max-width: calc(100vw - 56px) !important;
|
||||||
pointer-events: auto !important;
|
pointer-events: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -516,21 +516,49 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html:not(.politictalk-direct-access-blocked) .toolbox-content {
|
html:not(.politictalk-direct-access-blocked) .toolbox-content {
|
||||||
|
align-items: center !important;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
bottom: auto !important;
|
bottom: auto !important;
|
||||||
|
display: flex !important;
|
||||||
|
gap: 8px !important;
|
||||||
|
justify-content: center !important;
|
||||||
left: auto !important;
|
left: auto !important;
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
max-width: calc(100vw - 44px) !important;
|
max-width: calc(100vw - 56px) !important;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
padding-left: 8px !important;
|
padding: 8px 10px !important;
|
||||||
padding-right: 8px !important;
|
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
right: auto !important;
|
right: auto !important;
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
width: max-content !important;
|
width: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content .toolbox-button,
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content [class*="toolbox-button"],
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content [class*="ToolboxButton"],
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content button,
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content [role="button"] {
|
||||||
|
flex: 0 0 48px !important;
|
||||||
|
height: 48px !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
max-height: 48px !important;
|
||||||
|
max-width: 48px !important;
|
||||||
|
min-height: 48px !important;
|
||||||
|
min-width: 48px !important;
|
||||||
|
width: 48px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content svg,
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content .toolbox-icon,
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content [class*="toolbox-icon"],
|
||||||
|
html:not(.politictalk-direct-access-blocked) .toolbox-content [class*="ToolboxIcon"] {
|
||||||
|
height: 24px !important;
|
||||||
|
max-height: 24px !important;
|
||||||
|
max-width: 24px !important;
|
||||||
|
width: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.politictalk-direct-access {
|
.politictalk-direct-access {
|
||||||
|
|||||||
Reference in New Issue
Block a user