Fix scrolling + hovering effect on feed posts
Deploy Spot / deploy (push) Successful in 40s

This commit is contained in:
2026-05-20 09:42:03 +02:00
parent 0bb7ae2361
commit f63f5c240e
4 changed files with 10 additions and 27 deletions
+2 -1
View File
@@ -19,11 +19,12 @@
#title {
text-align: center;
width: 100%;
transition: none;
}
&.with-feed, &.with-settings {
#title {
max-width: calc(100vw - var.$block-spacing - #{$panel-actual-width} - (var.$button-width + var.$block-spacing * 2) * 2);
max-width: calc(100vw - var.$block-spacing - (var.$button-width + 2 * var.$block-spacing) * 2);
}
#submap {