From d5c2ab2b0f4bf120de907e66a9d6cc139c9dcf29 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Tue, 16 Jun 2026 19:26:21 +0800 Subject: [PATCH] refactor: remove unused TOTP styling for cleaner code --- webapp/src/styles/responsive.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/webapp/src/styles/responsive.css b/webapp/src/styles/responsive.css index d03a3f3..25bcd69 100644 --- a/webapp/src/styles/responsive.css +++ b/webapp/src/styles/responsive.css @@ -681,20 +681,6 @@ gap: 10px; } - .totp-codes-list { - grid-template-columns: 1fr; - } - - .totp-code-row { - grid-template-columns: minmax(0, 1fr); - align-items: start; - } - - .totp-code-main { - justify-content: space-between; - width: 100%; - } - .totp-qr { min-height: 180px; }