mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Minor follow up fix to 4f12768
for mobile
This commit is contained in:
parent
4f12768d10
commit
1f5cecaf28
@ -197,8 +197,11 @@
|
||||
--resizer-height: 1.75em;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding-bottom: var(--resizer-height);
|
||||
margin-bottom: calc(var(--resizer-height) * -1);
|
||||
.desktop-view & {
|
||||
// need the extra space on mobile because controls are always visible
|
||||
padding-bottom: var(--resizer-height);
|
||||
margin-bottom: calc(var(--resizer-height) * -1);
|
||||
}
|
||||
|
||||
img {
|
||||
padding-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user