mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
mobile layout: fix logo highlight
This commit is contained in:
parent
43d970980f
commit
791935f245
2 changed files with 5 additions and 1 deletions
|
@ -90,7 +90,6 @@ project website: {}",
|
|||
)
|
||||
.unwrap();
|
||||
|
||||
// unwrap is OK as SETTINGS.smtp is check at the start
|
||||
data.mailer.as_ref().unwrap().send(email).await?;
|
||||
}
|
||||
Ok(())
|
||||
|
|
|
@ -72,3 +72,8 @@
|
|||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.secondary-menu__brand-name:hover {
|
||||
color: $light-text;
|
||||
cursor: grab;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue