Merge pull request #2637 from MeecoLabs/mobile/dropdown-larger-size
UI: larger dropdown size for mobile devices
This commit is contained in:
commit
cc9e94261c
2 changed files with 8 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-item {
|
.navbar-item {
|
||||||
// see ../components/_details.scss :: Navbar details
|
/* see ../components/_details.scss :: Navbar details */
|
||||||
padding-right: 1.75rem;
|
padding-right: 1.75rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -109,3 +109,9 @@
|
||||||
max-height: 35em;
|
max-height: 35em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu .button {
|
||||||
|
@include mobile {
|
||||||
|
font-size: $size-6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{% join "report" report_uuid as modal_id %}
|
{% join "report" report_uuid as modal_id %}
|
||||||
<button
|
<button
|
||||||
class="button is-small is-danger is-light is-fullwidth"
|
class="button is-small is-danger is-light is-fullwidth {{ class }}"
|
||||||
type="button"
|
type="button"
|
||||||
data-modal-open="{{ modal_id }}"
|
data-modal-open="{{ modal_id }}"
|
||||||
{% if is_current %}disabled{% endif %}
|
{% if is_current %}disabled{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue