From 7d19b748452bbf9832974704219bf48a5d10f521 Mon Sep 17 00:00:00 2001 From: Sergei Birukov Date: Tue, 27 Feb 2024 20:03:43 +0300 Subject: [PATCH] Fix simple stats wrapping on mobile --- src/www/css/app.css | 19 ++++++++++--------- src/www/index.html | 10 +++++----- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/www/css/app.css b/src/www/css/app.css index 9eda62bb..6c8e6307 100644 --- a/src/www/css/app.css +++ b/src/www/css/app.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */ /* @@ -688,10 +688,6 @@ video { margin-bottom: 4rem; } -.-ml-4 { - margin-left: -1rem; -} - .mb-10 { margin-bottom: 2.5rem; } @@ -975,6 +971,10 @@ video { white-space: nowrap; } +.whitespace-nowrap { + white-space: nowrap; +} + .rounded { border-radius: 0.25rem; } @@ -1141,6 +1141,11 @@ video { padding-bottom: 0.75rem; } +.py-5 { + padding-top: 1.25rem; + padding-bottom: 1.25rem; +} + .pb-1 { padding-bottom: 0.25rem; } @@ -1454,10 +1459,6 @@ video { } @media (min-width: 450px) { - .xxs\:ml-0 { - margin-left: 0px; - } - .xxs\:flex-row { flex-direction: row; } diff --git a/src/www/index.html b/src/www/index.html index ff208499..9311ef0c 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -18,7 +18,7 @@
-
+
-
+
@@ -162,7 +162,7 @@ - + · - + · - {{!uiTrafficStats ? " · " : ""}}{{new Date(client.latestHandshakeAt) | timeago}}