Skip to content
Snippets Groups Projects
Commit b68b9a18 authored by Martin Anderson-Clutz's avatar Martin Anderson-Clutz
Browse files

Issue #3340112 by mandclu: Use Drupal 10's new responsive grid as the display

parent c6d9d7a6
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,8 @@ display:
enable_title: false
link: ''
force_fill: true
sanitize: true
sanitize_remote: false
group_column: ''
group_columns: { }
group_rows: true
......@@ -363,16 +365,13 @@ display:
operator_limit_selection: false
operator_list: { }
style:
type: grid
type: grid_responsive
options:
grouping: { }
columns: 5
automatic_width: true
cell_min_width: 150
grid_gutter: 20
alignment: horizontal
row_class_custom: ''
row_class_default: true
col_class_custom: ''
col_class_default: true
row:
type: fields
options:
......
......@@ -2,10 +2,17 @@
* @file
* Styles for Quick Links when used with the Olivero theme.
*/
.view-id-quick_links.view-display-id-block_1 .views-view-grid__item-inner {
.view-id-quick_links.view-display-id-block_1 .views-view-responsive-grid__item-inner {
text-align: center;
}
.view-id-quick_links.view-display-id-block_1 .views-view-responsive-grid__item-inner a {
text-align: center;
text-decoration: none;
font-weight: bold;
padding-bottom: 1.5rem;
}
span.views-field.views-field-field-media-svg svg[fill="currentColor"] path[fill="#000000"] {
fill: currentColor;
}
name: Quick Links - Olivero
type: module
description: 'Formatting enhancements for using the Quick Links module with the Olivero theme'
core_version_requirement: ^8 || ^9 || ^10
core_version_requirement: ^10
package: 'Configuration Kits'
dependencies:
- quick_links:quick_links
name: 'Quick Links Kit'
type: module
description: 'Initial configuration to provide a block of quick links that will display on the home page'
core_version_requirement: ^8 || ^9 || ^10
core_version_requirement: ^10
package: 'Configuration Kits'
dependencies:
- drupal:media_library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment