mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
system: the correct height is 50, same after login
Correctly positions the logo vertically now.
This commit is contained in:
parent
c620fde139
commit
130c2a8bb6
@ -473,7 +473,7 @@ function display_login_form($Login_Error)
|
||||
?>
|
||||
|
||||
<main class="login-modal-container">
|
||||
<header class="login-modal-head" style="height:55px;">
|
||||
<header class="login-modal-head" style="height:50px;">
|
||||
<div class="navbar-brand">
|
||||
<img src="/ui/themes/<?=$themename;?>/build/images/default-logo.<?=file_exists("/usr/local/opnsense/www/themes/{$themename}/build/images/default-logo.svg") ? "svg" : "png";?>" height="30" alt="logo" />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user