Skip to content

Commit

Permalink
Merge pull request #3954 from Ashish-Patnaik/Fixing-action-logo-align…
Browse files Browse the repository at this point in the history
…ment

Fixed all action logo alignment [Updated]
  • Loading branch information
abhi03ruchi authored Oct 24, 2024
2 parents eecfab3 + b1c931c commit 2ec7218
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion assets/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,16 @@

/* Action */
.action {
position: fixed;
position: relative;
top: 20px;
right: 30px;
}

.action .profile {
margin-top: 24px;
position: relative;
top: -40px;
right: 510px;
width: 60px;
height: 60px;
border-radius: 50%;
Expand Down
2 changes: 2 additions & 0 deletions books.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
.action .profile {
position: relative;
width: 60px;
top: -40px;
right: 180px;
height: 60px;
border-radius: 50%;
overflow: hidden;
Expand Down
4 changes: 2 additions & 2 deletions comsp.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@

.action {
/* position: fixed */
top: 43px;
right: 83px;
top: -12px;
right: -1px;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 2ec7218

Please sign in to comment.