add js to quote part of a post

This commit is contained in:
2025-07-06 22:31:54 +03:00
parent e60c74a90f
commit d006862422
4 changed files with 170 additions and 2 deletions

View File

@ -75,6 +75,11 @@ $accordion_color: color.adjust($accent_color, $hue: 140, $lightness: -10%, $satu
&:disabled {
background-color: color.scale($color, $lightness: 30%, $saturation: -90%);
}
&.reduced {
margin: 0;
padding: 5px;
}
}
@mixin navbar($color) {
@ -746,3 +751,13 @@ ul, ol {
font-size: 1rem;
}
}
.quote-popover {
position: absolute;
transform: translateX(-50%);
margin: 0;
border: none;
border-radius: 4px;
background-color: #00000080;
padding: 5px 10px;
}