diff --git a/web/themes/custom/geofresco/src/global/overrides.scss b/web/themes/custom/geofresco/src/global/overrides.scss index d4dee36..6a617b9 100644 --- a/web/themes/custom/geofresco/src/global/overrides.scss +++ b/web/themes/custom/geofresco/src/global/overrides.scss @@ -40,3 +40,12 @@ .title:not(:last-child) { margin-bottom: 0.5em; } + +.tag.hidden { + display: none; +} + +.comment-indicator { + position: absolute; + left: -4rem; +}