1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

fix #3293 (need feedback)

This commit is contained in:
gorhill 2017-11-30 16:27:58 -05:00
parent 061444bfc6
commit 1c0fa98f0c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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