24 lines
505 B
YAML
24 lines
505 B
YAML
|
uuid: b70d3331-6b4c-413a-8d0d-2fa0ace602f2
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies:
|
||
|
module:
|
||
|
- block_visibility_groups
|
||
|
id: preserve_footer_menu_on_small_screens
|
||
|
label: 'Preserve footer menu on small screens'
|
||
|
code: |-
|
||
|
@media screen and (max-width: 768px) {
|
||
|
.is-hidden-mobile {
|
||
|
display: block !important;
|
||
|
}
|
||
|
}
|
||
|
media: all
|
||
|
preprocess: true
|
||
|
conditions:
|
||
|
condition_group:
|
||
|
id: condition_group
|
||
|
negate: false
|
||
|
block_visibility_group: ''
|
||
|
contexts: { }
|
||
|
conditions_require_all: true
|