Add sample image option (#136)

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
Reviewed-on: #136
This commit is contained in:
2024-03-13 17:19:44 -07:00
parent 4756f49423
commit f39c811e40
7 changed files with 46 additions and 11 deletions

View File

@@ -111,6 +111,15 @@
max-width: 100px;
}
.dialog-buttons {
align-items: center;
}
.avn-dialog-button {
font-size: 17px;
align-self: center;
}
/*Additional styles for small format landscape orientation*/
@media (max-height: 450px) and (orientation: landscape) {
.detect-grid {