Add CCSummary to single image view (when exporting)

This commit is contained in:
N-Pex 2025-09-09 12:01:02 +02:00
parent 4a275c116b
commit 00bd7ca3b6
3 changed files with 13 additions and 4 deletions

View file

@ -467,6 +467,10 @@ body {
position: relative;
max-width: 70%;
.bubble-inset {
padding: 8px 8px;
}
@media #{map.get($display-breakpoints, 'sm-and-down')} {
min-height: $min-touch-target;
}
@ -561,6 +565,10 @@ body {
position: relative;
max-width: 70%;
.bubble-inset {
padding: 8px 8px;
}
@media #{map.get($display-breakpoints, 'sm-and-down')} {
min-height: $min-touch-target;
}