version 0.3.3
This commit is contained in:
parent
b99fd158bb
commit
b866177b86
9 changed files with 59 additions and 26 deletions
|
@ -26,7 +26,7 @@ body {
|
|||
background-color: #fff;
|
||||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
width: 650px;
|
||||
min-width: 650px;
|
||||
margin: 0;
|
||||
}
|
||||
table {
|
||||
|
@ -89,10 +89,10 @@ select {
|
|||
#list {
|
||||
overflow: auto;
|
||||
scroll-behavior: smooth;
|
||||
height: 200px;
|
||||
height: 268px;
|
||||
margin-bottom: 16px;
|
||||
color: #000;
|
||||
background-position: top 88px center;
|
||||
background-position: top 120px center;
|
||||
background-repeat: no-repeat;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
@ -210,6 +210,7 @@ body[data-android="true"] [data-cmd="window"] {
|
|||
}
|
||||
#view {
|
||||
background-color: #f5f5f5;
|
||||
padding: 5px 0;
|
||||
}
|
||||
#view td {
|
||||
text-align: right;
|
||||
|
|
|
@ -85,7 +85,6 @@ function update(ua) {
|
|||
}
|
||||
|
||||
document.addEventListener('change', ({target}) => {
|
||||
console.log(target);
|
||||
if (target.closest('#filter')) {
|
||||
localStorage.setItem(target.id, target.value);
|
||||
chrome.storage.local.get({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue