Add CCSummary to single image view (when exporting)
This commit is contained in:
parent
4a275c116b
commit
00bd7ca3b6
3 changed files with 13 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue