1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02:00

Use fixed width for ruleset tools containers

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1033
This commit is contained in:
Raymond Hill 2020-05-15 15:31:04 -04:00
parent 6c9a43b99a
commit 0d5f8e8fb2
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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);