From 2af7fe6a0ffb450dc8d8513a272c0a90b09174f7 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 3 Mar 2022 17:18:10 +0100 Subject: [PATCH] fixed pageNum tags display --- assets/css/app.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 9033e6f..90edf64 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -445,7 +445,7 @@ section[role="main-content"]{ >section{ padding-right: 0; >.wrapper{ - padding-right: $pagenum_w*2; + padding-right: $pagenum_w*3; // outline: orange solid thin; } div#text{ @@ -561,14 +561,15 @@ section[role="main-content"]{ // outline: solid red thin; // margin-left:calc(100% - #{$pagenum_w * 2}); // margin-left: 100%; - margin-right: - $pagenum_w * 0.7; + margin-right: - $pagenum_w * 1.5; &:before{ // outline: solid green thin; content:attr(data-num); font-size: 0.630em; line-height: $base-line/3; position: absolute; - right: - $pagenum_w * 1.7; + right: 0; + top:$base-line/2; color: $bleuroi; // top:0; // width: $pagenum_w*2; height: $pagenum_w;