Skip to content

Commit

Permalink
Fix message position
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Feb 28, 2024
1 parent 6cbfdfc commit c37f108
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions assets/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,20 @@
}

.e-header .submit {
margin: 0 0 0 auto;
margin: 0;
padding: 0;
display: flex;
gap: 24px;
justify-content: flex-end;
align-items: center;
min-width: 160px;
text-align: right;
}

.e-header .message {
position: absolute;
top: 80px;
left: 50%;
transform: translateX(-50%);
animation: fadein .5s;
font-weight: 600;
color: #00a32a;
}

@keyframes fadein {
Expand Down

0 comments on commit c37f108

Please sign in to comment.