mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 15:28:37 -05:00
Update compact .scss file to sync up with .css.
This commit is contained in:
@@ -1527,7 +1527,7 @@ body.toolbar {
|
||||
|
||||
a.author { margin-right: 0.5em; }
|
||||
|
||||
.flair {
|
||||
.flair, .linkflair {
|
||||
margin: {
|
||||
top: 2px;
|
||||
right: 0.5em;
|
||||
@@ -1542,3 +1542,11 @@ a.author { margin-right: 0.5em; }
|
||||
@include border-radius(2px);
|
||||
@include box-shadow(inset 0px 1px 0px hsla(0,0%,100%,.9));
|
||||
}
|
||||
|
||||
.linkflair {
|
||||
font-weight: normal;
|
||||
max-width: 10em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user