File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -479,17 +479,16 @@ header svg {
479479 padding-bottom : 8px ;
480480}
481481
482+
482483# reading-options {
483- background : # f1f1f1 ;
484- top : 0 ;
485- display : flex;
486- gap : 1rem ;
487- z-index : 1000 ;
488- transition : transform 0.3s ease-in-out;
489- margin : 0 ;
490- float : right;
491- padding : 3px ;
492- border : 1px solid # 1C304A ;
484+ display : flex;
485+ gap : 1rem ;
486+ margin : 0 ;
487+ padding : 0 ;
488+ justify-content : flex-end;
489+ background-color : # f5f5f5 ;
490+ min-height : fit-content;
491+ box-sizing : border-box;
493492}
494493
495494.btn-opt {
Original file line number Diff line number Diff line change 1- < div id ="reading-options ">
1+ < div id ="reading-options " class =" col-md-12 " >
22 < h2 class ="sr-only "> Text display options</ h2 >
33 < div class ="btn-group-horizontal ">
44 < button
Original file line number Diff line number Diff line change @@ -69,15 +69,18 @@ <h1 class="card-title align-text-bottom article-title">{{ article.title|safe }}<
6969 {% endif %}
7070 </ div >
7171 </ div >
72+ {% include "elements/journal/reading.html" %}
7273 </ div >
7374 </ div >
75+ {% else %}
76+ {% include "elements/journal/reading.html" %}
7477 {% endif %}
78+
7579 </ div >
7680 < div id ="article_metadata " class ="row ">
7781
7882 < div class ="col-md-7 ">
7983 < div id ="article ">
80- {% include "elements/journal/reading.html" %}
8184 {% if journal_settings.article.disable_article_large_image %}
8285 < small > {{ article.section.name }}</ small >
8386 < h3 > {{ article.title|safe }}</ h3 >
Original file line number Diff line number Diff line change @@ -762,16 +762,14 @@ main {
762762}
763763
764764# reading-options {
765- background : # f1f1f1 ;
766- top : 0 ;
767- display : flex;
768- gap : 1rem ;
769- z-index : 1000 ;
770- transition : transform 0.3s ease-in-out;
771- margin : 0 ;
772- float : right;
773- padding : 3px ;
774- border : 1px solid # 00897b ;
765+ display : flex;
766+ gap : 1rem ;
767+ margin : 0 ;
768+ padding : 0 ;
769+ justify-content : flex-end;
770+ background-color : # f5f5f5 ;
771+ min-height : fit-content;
772+ box-sizing : border-box;
775773}
776774
777775.btn-opt {
Original file line number Diff line number Diff line change 1- < div id ="reading-options ">
1+ < div id ="reading-options " class =" col m12 " >
22 < h2 class ="sr-only "> Text display options</ h2 >
33 < div class ="btn-group-horizontal ">
44 < button
Original file line number Diff line number Diff line change 5555 </ span >
5656 </ div >
5757 {% endif %}
58+ {% include "elements/journal/reading.html" %}
5859 < div >
5960
6061 </ div >
@@ -71,7 +72,6 @@ <h1>{{ article.title|safe }}</h1>
7172
7273 </ span >
7374 {% endif %}
74- {% include "elements/journal/reading.html" %}
7575 {% if article.abstract and article.abstract != '' %}
7676 < h2 > {% trans "Abstract" %}</ h2 >
7777 < p > {{ article.abstract | safe }}</ p >
You can’t perform that action at this time.
0 commit comments