Skip to content

Commit

Permalink
Merge pull request #13 from aykutkardas/main
Browse files Browse the repository at this point in the history
Loading position updated.
  • Loading branch information
boratanrikulu authored Jan 16, 2021
2 parents 3601577 + c57e046 commit bad49c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/stylesheet/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,15 @@ p:empty:before {
width: 80px;
height: 80px;
border-radius: 50%;
position: relative;
box-sizing: border-box;
visibility: hidden;
opacity: 1;
background-color: transparent;
transform: scale(0.4);
position: fixed;
z-index: 1;
bottom: 0px;
right: 10px;
}

.lirik-loading .lirik-loading-bar {
Expand Down

0 comments on commit bad49c7

Please sign in to comment.