You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
koeaw opened this issue
Nov 4, 2024
· 0 comments
· Fixed by #1427 or #1428
Labels
assetsStatic files, components defining or contributing to appearanceUI-UXAppearance, coherence, usability of user-facing parts (frontend, user interface)
Introduce *one* place to specify dimensions for footer icons in the CSS
file by adding an `icon` class to the elements. This replaces the inline
`height` settings, the CSS `#logo` definition and overwrites the
`height` and `font-size` settings for the material symbol if used in the
footer with the icon class.
Closes: #1340
Introduce *one* place to specify dimensions for footer icons in the CSS
file by adding an `icon` class to the elements. This replaces the inline
`height` settings, the CSS `#logo` definition and overwrites the
`height` and `font-size` settings for the material symbol if used in the
footer with the icon class.
Closes: #1340
Introduce *one* place to specify dimensions for footer icons in the CSS
file by adding an `icon` class to the elements. This replaces the inline
`height` settings, the CSS `#logo` definition and overwrites the
`height` and `font-size` settings for the material symbol if used in the
footer with the icon class.
Closes: #1340
assetsStatic files, components defining or contributing to appearanceUI-UXAppearance, coherence, usability of user-facing parts (frontend, user interface)
We don't set the width and height of the icons in the footer in a consistent way, which doesn't allow easy adjustments.
The Git and Swagger icons are set via HTML attributes:
apis-core-rdf/apis_core/core/templates/partials/footer-left.html
Lines 10 to 19 in ed7c1d2
The ACDH-CH logo's height is set via a CSS ID selector:
apis-core-rdf/apis_core/core/static/css/core.css
Lines 1 to 4 in ed7c1d2
The API icon's size is determined by a site-wide class for Material Icons:
apis-core-rdf/apis_core/core/static/css/material-symbols.css
Lines 7 to 20 in ed7c1d2
A shared class, e.g.
icons
orapp-icons
,apis-icons
(to avoid clashes with other libraries) would be preferable.The text was updated successfully, but these errors were encountered: