Skip to content

Commit 2799acb

Browse files
committed
2.3.0
1 parent 431cb25 commit 2799acb

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

Spexyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
# Spexygen: Commands
3535
#---------------------------------------------------------------------------
3636
ALIASES += \
37-
"uid{2}=@addindex \1^^@subsection \1 \1^^<span style=\"font-style:italic;font-size:larger;\">\2</span>^^" \
37+
"uid{2}=<hr>@addindex \1^^@subsection \1 \1^^<span style=\"font-style:italic;font-size:larger;\">\2</span>^^" \
3838
"uid_litem{1}=@par \1" \
3939
"uid_bw_trace=@par Backward Traceability" \
4040
"uid_bw_trace{1}=@par Backward Traceability" \
4141
"uid_fw_trace=@par Forward Traceability" \
4242
"uid_fw_trace{1}=@par Forward Traceability (truncated to \1 level(s))" \
43-
"enduid=<br><hr>" \
43+
"enduid=<br>" \
4444
"code_uid{2}=@brief \2" \
4545
"code_alias{2}=@anchor \1^^@brief <b>\1</b> : \2" \
4646
"code_litem{1}=@par \1" \
@@ -54,8 +54,8 @@ ALIASES += \
5454
"postcondition{2}=@par Postcondition `\1:\2`" \
5555
"invariant{2}=@par Invariant `\1:\2`" \
5656
"nav{2}=<span class=\"prev_button\">@ref \1</span><span class=\"next_button\">@ref \2</span>" \
57-
"nav_prev{1}=<span class=\"prev_button\">@ref \1</span>" \
58-
"nav_next{1}=<span class=\"next_button\">@ref \1</span>" \
57+
"nav_prev{1}=<span class=\"prev_button\">@ref \1</span><span class=\"next_button\"></span>" \
58+
"nav_next{1}=<span class=\"prev_button\"></span><span class=\"next_button\">@ref \1</span>" \
5959
"next{1}=<span class=\"next_button\">@ref \1</span>" \
6060
"caption{1}=<div class=\"caption\"><center><em>\1</em></center></div>" \
6161
"webref{2}=<a target=\"_blank\" rel=\"noopener\" href=\"\1\">\2&uarr;</a>" \

spexygen-awesome/doxygen-awesome.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,15 @@ html.dark-mode iframe#MSearchResults {
724724
color: var(--menu-focus-foreground) !important;
725725
}
726726

727+
#MSearchCloseImg {
728+
margin: 0;
729+
}
730+
731+
.close-icon {
732+
width: 22px;
733+
height: 22px;
734+
}
735+
727736
@media screen and (max-width: 767px) {
728737
#MSearchBox {
729738
margin-top: var(--spacing-medium);
@@ -783,7 +792,7 @@ html.dark-mode iframe#MSearchResults {
783792
*/
784793

785794
#side-nav, #page-nav {
786-
/*padding: 0 !important;*/
795+
padding: 0 !important;
787796
background: var(--side-nav-background);
788797
min-width: 8px;
789798
max-width: 50vw;
@@ -825,7 +834,9 @@ ul.page-outline li.vis {
825834
}
826835

827836
#nav-sync {
828-
top: 0 !important;
837+
bottom: 12px;
838+
right: 12px;
839+
top: auto !important;
829840
user-select: none;
830841
}
831842

0 commit comments

Comments
 (0)