Pre-launch: Added README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// search-modal
|
||||
.search-modal-dialog {
|
||||
margin-top: 150px;
|
||||
max-width: 600px;
|
||||
max-width: 700px;
|
||||
@include desktop {
|
||||
margin-top: 80px;
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
.modal-body {
|
||||
max-height: calc(100vh - 350px);
|
||||
max-height: calc(100vh - 300px);
|
||||
padding: 1rem;
|
||||
overflow-y: auto;
|
||||
background-color: #f5f6f7;
|
||||
|
||||
Reference in New Issue
Block a user