From dbdf1d9b0b81683d74b421324a1c0eafab7c52c0 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Mon, 17 Jan 2022 03:01:15 +0000 Subject: [PATCH] [CSS] Fixed footer responsiveness, since its content wouldn't wrap up from insuficient space for all of its content --- public/assets/default_theme/css/widgets/sections.css | 10 ---------- public/components/Left/assets/css/view.css | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/public/assets/default_theme/css/widgets/sections.css b/public/assets/default_theme/css/widgets/sections.css index 83ecc3208c..d4ffa64177 100644 --- a/public/assets/default_theme/css/widgets/sections.css +++ b/public/assets/default_theme/css/widgets/sections.css @@ -286,14 +286,4 @@ textarea.form-row-widget { padding: 2px 6px; margin-top: 6px; margin-bottom: 6px; -} - -.footer ul { - display: inline-flex; - width: 100%; - justify-content: flex-start; -} - -.footer ul li { - margin-right: 5px; } \ No newline at end of file diff --git a/public/components/Left/assets/css/view.css b/public/components/Left/assets/css/view.css index ff575e07ec..7870eb9f32 100644 --- a/public/components/Left/assets/css/view.css +++ b/public/components/Left/assets/css/view.css @@ -53,6 +53,17 @@ font-size: var(--unit); } +.footer ul { + display: inline-flex; + flex-wrap: wrap; + width: 100%; + justify-content: flex-start; +} + +.footer ul li { + margin-right: 5px; +} + /* > 720p */ @media only screen and (min-width:1281px) { .panel-left-icon {