Skip to content

Commit

Permalink
Fix UI design with user status
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jan 23, 2022
1 parent 731b4ad commit 16c3089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/themes/base/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ label#percent {

.user_status#dropdown_setting span {
margin: unset;
padding-left: 2rem;
padding-top: 2.8rem;
padding-left: 1.6rem;
padding-top: 3rem;
}

.cy_ico img {
Expand Down
4 changes: 2 additions & 2 deletions templates/themes/premium/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ label#percent {

.user_status#dropdown_setting span {
margin: unset;
padding-left: 2rem;
padding-top: 2.8rem;
padding-left: 1.6rem;
padding-top: 3rem;
}

.cy_ico img {
Expand Down

0 comments on commit 16c3089

Please sign in to comment.