mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
mobile layout: fix logo highlight
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user