mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
fix #3293 (need feedback)
This commit is contained in:
parent
061444bfc6
commit
1c0fa98f0c
@ -58,9 +58,14 @@ textarea {
|
|||||||
padding: 0.2em 0;
|
padding: 0.2em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
https://github.com/gorhill/uBlock/issues/3293
|
||||||
|
=> https://devhints.io/css-system-font-stack
|
||||||
|
*/
|
||||||
#inspectors {
|
#inspectors {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
font: 13px sans-serif;
|
font-family: "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -120,16 +125,16 @@ textarea {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#netInspector table > colgroup > col:nth-of-type(1) {
|
#netInspector table > colgroup > col:nth-of-type(1) {
|
||||||
width: 5em;
|
width: 4.6em;
|
||||||
}
|
}
|
||||||
#netInspector table > colgroup > col:nth-of-type(2) {
|
#netInspector table > colgroup > col:nth-of-type(2) {
|
||||||
width: 2.5em;
|
width: 2.2em;
|
||||||
}
|
}
|
||||||
#netInspector table > colgroup > col:nth-of-type(3) {
|
#netInspector table > colgroup > col:nth-of-type(3) {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
#netInspector table > colgroup > col:nth-of-type(4) {
|
#netInspector table > colgroup > col:nth-of-type(4) {
|
||||||
width: 2.5em;
|
width: 2.2em;
|
||||||
}
|
}
|
||||||
#netInspector table > colgroup > col:nth-of-type(5) {
|
#netInspector table > colgroup > col:nth-of-type(5) {
|
||||||
width: 6em;
|
width: 6em;
|
||||||
|
Loading…
Reference in New Issue
Block a user