fix: améliorer la visibilité du bouton répondre et du changement de thème

This commit is contained in:
Zatalyz 2023-03-03 15:06:11 +01:00
parent 37be6579f7
commit b661590b16
2 changed files with 21 additions and 4 deletions

View file

@ -264,7 +264,7 @@ function template_main()
// Show the page index... "Pages: [1]". But after all posts.
echo '
<div class="pagesection">
<div class="pagesection khbottom">
<div class="pagelinks">
<a href="#main_content_section" class="button" id="bot">', $txt['go_up'], '</a>
', $context['page_index'], '
@ -273,8 +273,8 @@ function template_main()
', $context['menu_separator'], '
';
// Next - Prev
echo '<span class="nextlinks">', $context['previous_next'], '</span>
';
//echo '<span class="nextlinks">', $context['previous_next'], '</span>'
;
// Mobile action - moderation buttons (bottom)
if (!empty($context['normal_buttons']))

View file

@ -3664,6 +3664,7 @@ div#pollmoderation {
#forumposts {
clear: both;
margin: 8px 0 0 0;
margin-bottom: 0.3em;
}
#forumposts .cat_bar {
@ -4884,6 +4885,22 @@ img.theme_thumbnail {
white-space: nowrap;
width: 1px;
}
/*fuck ?*/
.khbottom .buttonlist {
display:flex;
flex-direction: row-reverse;
}
.khbottom .button_strip_reply {
margin-left: 1em;
font-weight: bold;
}
/*Plugin Theme Changer Remix*/
/* Mode "rien à battre", faut mettre en "bottom" sinon ça passe pas...*/
.changetheme {
position: absolute;
right: 0;
z-index: 2000;
top:0;
}