From dac9b379dcdbc089274e410e5a5d18d1b5c7d4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sat, 31 Dec 2022 21:54:21 +0800 Subject: [PATCH] :lipstick: Move fixed post copyright word break limit. --- .../css/_common/components/post/post-footer.scss | 4 ++++ assets/css/main.scss | 16 +--------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/assets/css/_common/components/post/post-footer.scss b/assets/css/_common/components/post/post-footer.scss index e8c4473..a7aa412 100644 --- a/assets/css/_common/components/post/post-footer.scss +++ b/assets/css/_common/components/post/post-footer.scss @@ -59,6 +59,10 @@ @include post-card(); border: none; background: none; + + li { + word-break: break-all; + } } } diff --git a/assets/css/main.scss b/assets/css/main.scss index 000b24e..450cd2a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -175,18 +175,4 @@ $second_comment_name : {{ lower (index $sortNav 1).name }}; // Schemes Layer // -------------------------------------------------- -{{ printf "@import '_schemes/%s/';" $P.scheme }} - -// Custom Layer -// TODO -// -------------------------------------------------- -// @import 'theme.injects.style'; - -// BUG Fix -li { - word-break: break-all; -} - -a { - word-break: break-all; -} +{{ printf "@import '_schemes/%s/';" $P.scheme }} \ No newline at end of file