styled height in gallery carousel nav

This commit is contained in:
Jorge vitrubio.net 2024-04-01 11:54:19 +02:00
parent ebd0bbe819
commit 6befb60ce5
5 changed files with 8 additions and 10 deletions

View File

@ -17,7 +17,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
Author: Hangar.org Tech Lab - hangar.org
Author URI: https://hangar.org
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
Version: 1.4.1
Version: 1.4.5
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v3 or later
@ -2659,14 +2659,13 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat-gallery-images {
--this-aspect-ratio: 16 / 9;
display: grid;
grid-template-rows: 3fr 1fr;
grid-template-rows: 6fr 1fr;
grid-gap: 1rem;
overflow: hidden;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat-gallery-images .xarxaprod-associat-slides-nav {
display: flex;
height: 4rem;
grid-row-start: 2;
overflow-x: scroll;
overflow-y: hidden;

File diff suppressed because one or more lines are too long

View File

@ -41,12 +41,12 @@
.xarxaprod-associat-gallery-images { //section
--this-aspect-ratio: 16 / 9;
display: grid;
grid-template-rows: 3fr 1fr;
grid-template-rows: 6fr 1fr;
grid-gap: $grid__gap;
overflow: hidden;
.xarxaprod-associat-slides-nav{ //navigation
display: flex;
height: 4rem;
//height: 4rem;
grid-row-start: 2;
overflow-x: scroll;
overflow-y: hidden;

View File

@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
Author: Hangar.org Tech Lab - hangar.org
Author URI: https://hangar.org
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
Version: 1.4.1
Version: 1.4.5
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v3 or later

View File

@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
Author: Hangar.org Tech Lab - hangar.org
Author URI: https://hangar.org
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
Version: 1.4.1
Version: 1.4.5
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v3 or later
@ -2522,14 +2522,13 @@ textarea {
.xarxaprod-associat-gallery-images {
--this-aspect-ratio: 16 / 9;
display: grid;
grid-template-rows: 3fr 1fr;
grid-template-rows: 6fr 1fr;
grid-gap: 1rem;
overflow: hidden;
}
.xarxaprod-associat-gallery-images .xarxaprod-associat-slides-nav {
display: flex;
height: 4rem;
grid-row-start: 2;
overflow-x: scroll;
overflow-y: hidden;