mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
mobile layout: fix logo highlight
This commit is contained in:
@@ -90,7 +90,6 @@ project website: {}",
|
|||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
// unwrap is OK as SETTINGS.smtp is check at the start
|
|
||||||
data.mailer.as_ref().unwrap().send(email).await?;
|
data.mailer.as_ref().unwrap().send(email).await?;
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
@@ -72,3 +72,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.secondary-menu__brand-name:hover {
|
||||||
|
color: $light-text;
|
||||||
|
cursor: grab;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user