Don't hide the post action buttons on mobile

This commit is contained in:
daudix
2024-09-18 03:44:56 +03:00
parent 880a323b27
commit edd5da0a8a
3 changed files with 30 additions and 25 deletions

View File

@ -32,7 +32,7 @@
}
}
#floating-buttons {
#buttons-container {
display: flex;
position: fixed;
flex-direction: column;
@ -41,7 +41,10 @@
inset-inline-end: 1rem;
@media only screen and (max-width: 720px) {
display: none;
position: static;
flex-direction: row-reverse;
align-items: flex-end;
margin-block-start: 2rem;
}
#toc summary,
@ -80,7 +83,7 @@
background-color: transparent;
padding: 0;
&[open] summary ~ * {
&[open] summary~* {
transform-origin: bottom right;
animation: toc-dropdown-open var(--transition);
@ -123,6 +126,7 @@
display: flex;
position: absolute;
flex-direction: column;
z-index: 1;
backdrop-filter: var(--blur);
inset-block-end: 0;
inset-inline-end: 3rem;