diff --git a/assets/html/login.html b/assets/html/login.html index 87d2e02a..2ea64d7f 100644 --- a/assets/html/login.html +++ b/assets/html/login.html @@ -114,7 +114,7 @@ /* Action */ .action { - position: fixed; + position: relative; top: 20px; right: 30px; } @@ -122,6 +122,8 @@ .action .profile { margin-top: 24px; position: relative; + top: -40px; + right: 510px; width: 60px; height: 60px; border-radius: 50%; diff --git a/books.html b/books.html index f107521a..98369740 100644 --- a/books.html +++ b/books.html @@ -118,6 +118,8 @@ .action .profile { position: relative; width: 60px; + top: -40px; + right: 180px; height: 60px; border-radius: 50%; overflow: hidden; diff --git a/comsp.html b/comsp.html index 376572c9..88f6d254 100644 --- a/comsp.html +++ b/comsp.html @@ -523,8 +523,8 @@ .action { /* position: fixed */ - top: 43px; - right: 83px; + top: -12px; + right: -1px; display: flex; justify-content: center; align-items: center;