give media-tag progress bars rounded corners

This commit is contained in:
ansuz 2022-05-10 13:33:25 +05:30
parent c81525ffc4
commit 7c29741497
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ var factory = function () {
justify-content: center; justify-content: center;
box-sizing: border-box; box-sizing: border-box;
vertical-align: top; vertical-align: top;
border-radius: 5px;
} }
.mediatag-progress-bar { .mediatag-progress-bar {
position: absolute; position: absolute;