mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Use fixed width for ruleset tools containers
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1033
This commit is contained in:
parent
1977c3d7c7
commit
c7fd769233
1 changed files with 1 additions and 1 deletions
|
|
@ -82,8 +82,8 @@ body.off #switch {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 2;
|
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
width: 25%;
|
||||||
}
|
}
|
||||||
.rulesetTools [id] {
|
.rulesetTools [id] {
|
||||||
background-color: var(--bg-transient-notice);
|
background-color: var(--bg-transient-notice);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue