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 {