Skip to content

Commit

Permalink
fix: Edge中footer下空白等
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxs committed Nov 10, 2022
1 parent e4783d5 commit 1d47d6d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ footer {
display: flex;
justify-content: flex-end;
height: 28px;
line-height: 28px;
color: var(--color-text);
background-color: #eee;
}
footer > * {
padding-top: 4px;
}

input,
textarea {
Expand Down Expand Up @@ -168,8 +170,7 @@ nav > a {
white-space:nowrap;
}
.btn {
margin-left: 1px;
padding-top: 4px;
margin-left: 2px;
opacity: .5;
}

Expand Down Expand Up @@ -282,4 +283,7 @@ hr {
}
.dark img {
filter: brightness(0.9);
}
.dark svg {
fill: var(--color-text);
}

0 comments on commit 1d47d6d

Please sign in to comment.