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;
|
||||
}
|
||||
|
||||
/*
|
||||
https://github.com/gorhill/uBlock/issues/3293
|
||||
=> https://devhints.io/css-system-font-stack
|
||||
*/
|
||||
#inspectors {
|
||||
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;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
@ -120,16 +125,16 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
#netInspector table > colgroup > col:nth-of-type(1) {
|
||||
width: 5em;
|
||||
width: 4.6em;
|
||||
}
|
||||
#netInspector table > colgroup > col:nth-of-type(2) {
|
||||
width: 2.5em;
|
||||
width: 2.2em;
|
||||
}
|
||||
#netInspector table > colgroup > col:nth-of-type(3) {
|
||||
width: 20%;
|
||||
}
|
||||
#netInspector table > colgroup > col:nth-of-type(4) {
|
||||
width: 2.5em;
|
||||
width: 2.2em;
|
||||
}
|
||||
#netInspector table > colgroup > col:nth-of-type(5) {
|
||||
width: 6em;
|
||||
|
Loading…
Reference in New Issue
Block a user