Skip to content

Commit

Permalink
Merge pull request #24 from alexplusde/logo-max-width
Browse files Browse the repository at this point in the history
login-page: fix max-width for logo img
  • Loading branch information
alxndr-w authored Jun 4, 2024
2 parents c790d45 + 79b6350 commit 69a3649
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ html, body, .rex-page-main {
fill: #fff;
}

#rex-page-login .rex-branding img
{
max-width: 100%;
}

/* Backdrop mobil */
.rex-nav-main-backdrop {
backdrop-filter: blur(0px);
Expand Down Expand Up @@ -675,4 +680,4 @@ ul.quicknavi li.bg-primary {
box-shadow: var(--backend--shadow);
background: white;
margin-top: 0px;
}
}

0 comments on commit 69a3649

Please sign in to comment.