Skip to content

Commit

Permalink
Update border width
Browse files Browse the repository at this point in the history
  • Loading branch information
soamsy committed Dec 27, 2021
1 parent 7347a93 commit 66985b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/fg/frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
top: 0px;
height: 100%;
background-color: #E8F1DB;
width: 3px;
width: 2px;
}

.anki-export.first::before {
Expand All @@ -258,7 +258,7 @@
top: 0px;
width: 100%;
background-color: #E8F1DB;
height: 3px;
height: 2px;
}

.anki-export.last::before {
Expand All @@ -268,7 +268,7 @@
bottom: 0px;
width: 100%;
background-color: #E8F1DB;
height: 3px;
height: 2px;
}

.plus-icon {
Expand Down

0 comments on commit 66985b9

Please sign in to comment.