mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
Reduce min height on multi bubbles to remove blank space.
This commit is contained in:
@@ -1046,7 +1046,7 @@ a.author { margin-right: 0.5em; }
|
||||
@arrow-offset: 40px;
|
||||
margin-top: -7px - @arrow-offset;
|
||||
min-width: 130px;
|
||||
min-height: @arrow-offset * 2;
|
||||
min-height: @arrow-offset;
|
||||
padding: 8px 0;
|
||||
.no-select;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user