mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 06:18:08 -05:00
Fix clipping on compressed link vote arrows.
This commit is contained in:
@@ -645,6 +645,11 @@ ul.flat-vert {text-align: left;}
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.compressed .midcol {
|
||||
width: 15px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.entry {
|
||||
overflow: hidden;
|
||||
margin-left: 3px;
|
||||
|
||||
@@ -187,7 +187,7 @@ ${parent.thing_data_attributes(what)} data-ups="${what.upvotes}" data-downs="${w
|
||||
|
||||
<%def name="midcol(display=True, cls = '')">
|
||||
%if thing.pref_compress:
|
||||
<div class="midcol ${cls}" style="width:2ex;"
|
||||
<div class="midcol ${cls}"
|
||||
%else:
|
||||
<div class="midcol ${cls}" style="width:${thing.midcolmargin};"
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user