hide 'manage site styles' if blocked
This commit is contained in:
parent
1364d3a8ba
commit
dff0c133b4
|
@ -496,6 +496,7 @@ body > .actions {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.blocked #popup-manage-button + .split-btn-pedal,
|
||||||
body.blocked #installed > :not(.frame),
|
body.blocked #installed > :not(.frame),
|
||||||
body.blocked .actions > .main-controls {
|
body.blocked .actions > .main-controls {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -664,6 +665,9 @@ body.blocked .actions > .main-controls {
|
||||||
#popup-options .split-btn > :first-child {
|
#popup-options .split-btn > :first-child {
|
||||||
width: calc(100% - 16px);
|
width: calc(100% - 16px);
|
||||||
}
|
}
|
||||||
|
.blocked #popup-options .split-btn > :first-child {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
#popup-options button {
|
#popup-options button {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user