Prepare publication page for full screen

This commit is contained in:
Serafeim Chatzopoulos 2024-01-16 02:57:15 +02:00
parent 0d4247c920
commit 5a9afd46c4
1 changed files with 7 additions and 0 deletions

View File

@ -122,3 +122,10 @@ html[data-embed-publications='true'] {
html[data-embed-publications='true'] .theme-admonition-note {
background-color: #f5f5f5;
}
html[data-embed-publications='true'] .theme-doc-markdown {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
}