From 04fd3f5d20c5e2df0b2711af331de0cd4ff4de30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Thu, 27 Nov 2025 17:11:57 +0300 Subject: [PATCH] add css class for horizontal lists --- app/templates/common/topnav.html | 2 +- data/static/css/style.css | 15 ++++++++------- data/static/css/theme-otomotone.css | 15 ++++++++------- data/static/css/theme-peachy.css | 15 ++++++++------- sass/_default.scss | 20 ++++++++++---------- 5 files changed, 35 insertions(+), 32 deletions(-) diff --git a/app/templates/common/topnav.html b/app/templates/common/topnav.html index ce4d21c..fd1b761 100644 --- a/app/templates/common/topnav.html +++ b/app/templates/common/topnav.html @@ -12,7 +12,7 @@ {% else %} {% with user = get_active_user() %} Welcome, {{user.username}} -