From 48f87f98d6710ae6d55d5955dec6502a9c61f46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 17 Mar 2026 16:59:54 +0400 Subject: [PATCH] Remove obsolete styles --- app/styles/app.css | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/app/styles/app.css b/app/styles/app.css index 3c0b9eb..e76892c 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -344,11 +344,6 @@ body { font-size: 0.9rem; } -.sidebar-content details .link-list { - padding: 0; - margin: 0; -} - @keyframes details-slide-down { from { opacity: 0; @@ -361,14 +356,6 @@ body { } } -.sidebar-content details .link-list li { - margin-bottom: 0.5rem; -} - -.sidebar-content details .link-list li:last-child { - margin-bottom: 0; -} - .edit-form { margin: -1rem; margin-bottom: 1rem; @@ -521,26 +508,6 @@ abbr[title] { text-decoration: underline dotted; } -.link-list { - list-style: none; - padding: 0; - margin: 0; -} - -.link-list li { - margin-bottom: 0.5rem; -} - -.link-list a { - color: var(--link-color); - text-decoration: none; - font-size: 0.95rem; -} - -.link-list a:hover { - text-decoration: underline; -} - .places-list { list-style: none; padding: 0;