jon48 / webtrees-theme-rural

Rural theme for webtrees
GNU General Public License v3.0
11 stars 2 forks source link

Carte d’ascendance: bottom #60

Closed arbor95 closed 1 year ago

arbor95 commented 1 year ago

The bottom Text is not at bottom Screenshot_20230318-114240_Chrome

jon48 commented 1 year ago

This one I can reproduce, and this is one I am inheriting by applying the same recipe as the core themes (you can see the webtrees logo in the middle of the place list on those themes).

I have the feeling that this is coming from setting the height: 70vh at the whole map wrapper element, but if I set it a bit lower, then I have an issue at normal resolutions to align heights of the map and the list. I need to think more about that one.

image

image

arbor95 commented 1 year ago

I add this css, seems to solve:

.wt-pedigree-map-map, .wt-pedigree-map-sidebar, .wt-place-hierarchy-map, .wt-place-hierarchy-sidebar, .wt-places-tab-map, .wt-places-tab-sidebar { height: 70vh; } .wt-pedigree-map-wrapper, .wt-place-hierarchy-wrapper, .wt-places-tab-wrapper { height: auto; }

arbor95 commented 1 year ago

will be solved, when https://github.com/jon48/webtrees-theme-rural/issues/62 is solved

jon48 commented 1 year ago

Solved in 2.1.17-v.1