diff --git a/frontends/etiquette_flask/static/common.css b/frontends/etiquette_flask/static/common.css index 042174e..cd740b3 100644 --- a/frontends/etiquette_flask/static/common.css +++ b/frontends/etiquette_flask/static/common.css @@ -21,14 +21,8 @@ body display: flex; flex-direction: column; - margin: 8px; - background-color: var(--color_site_theme); } -li -{ - position:relative; -} #header { display: grid; @@ -256,9 +250,6 @@ is hovered over. flex-direction: column; align-items: center; - max-height: 300px; - width: 100%; - height: 100%; overflow-y: auto; background-color: rgba(0, 0, 0, 0.1); diff --git a/frontends/etiquette_flask/templates/tags.html b/frontends/etiquette_flask/templates/tags.html index 171ee47..6cef861 100644 --- a/frontends/etiquette_flask/templates/tags.html +++ b/frontends/etiquette_flask/templates/tags.html @@ -16,88 +16,74 @@ @@ -106,56 +92,52 @@ body {{header.make_header(session=session)}} -
-
- {% if specific_tag is not none %} -

- - {{-specific_tag.name-}} - -

-
+    {% if specific_tag is not none %}
+        

+ - {{-specific_tag.description-}} -

- {% endif %} - +
+