Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShunCai committed Jan 24, 2021
2 parents 30003fd + a08ba19 commit 60e52c6
Show file tree
Hide file tree
Showing 86 changed files with 1,997 additions and 652 deletions.
4 changes: 4 additions & 0 deletions src/css/content.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.blocker {
z-index:9999;
}

#progressModal{
color: #333;
}
14 changes: 13 additions & 1 deletion src/css/popup.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
body {
width: 450px;
padding: 25px;
padding: 20px;
}

#export_albums_div .dropdown-header {
background-color: beige;
color: black;
font-size: medium;
text-align: center;
}

#export_albums_div .dropdown-item {
font-size: small;
color: #333538;
}
Loading

0 comments on commit 60e52c6

Please sign in to comment.