refactor(core): intégration des modifications pour l'update vers SMF 2.1.3 #23

Merged
zatalyz merged 6 commits from main into main 2023-03-05 10:17:09 +00:00
2 changed files with 21 additions and 4 deletions
Showing only changes of commit b661590b16 - Show all commits

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;
}