Prepare publication page for full screen

This commit is contained in:
Serafeim Chatzopoulos 2024-01-17 10:27:31 +02:00
parent a69f06b618
commit c3419f9a71
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;
}