[Library & common-assets | new-theme]: min-width in landing right sidebar | fix in classified subjects display | tooltip for license in download from.

1. landing-utils.css: Added class .landing-right-sidebar-min-width { min-width: 360px; }.
2. resultLanding.component.html: In right sidebar added class "landing-right-sidebar-min-width".
3. showSubjects.component.ts: [Bug fix] Removed class "uk-flex-inline" from keys for loop div - so that each tag goes to a new line.
4. availableOn.component.ts: Added uk-tooltip for accessRight tooltip | On hovering licence, show in tooltip the whole value.
This commit is contained in:
Konstantina Galouni 2022-06-09 17:51:58 +03:00
parent ee3a9a4868
commit 5e4caf5e78
1 changed files with 4 additions and 0 deletions

View File

@ -314,6 +314,10 @@
--landing-section-separator-color: rgba(var(--explore-color-rgb), var(--opacity));
}
.landing-right-sidebar-min-width {
min-width: 360px;
}
.landing-sidebar-height {
height: calc(100vh - var(--landing-header-height));
}