mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Merge pull request #145 from mewtaylor/bugfix/thumbnail-username-same-line
Display title and extras differently
This commit is contained in:
commit
9b587acc38
1 changed files with 8 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
|||
word-wrap: break-word;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
@ -29,11 +28,19 @@
|
|||
margin-bottom: 1px;
|
||||
font-size: .9230em;
|
||||
font-weight: 800;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
#{$extras} {
|
||||
color: $type-gray;
|
||||
font-size: .8462em;
|
||||
|
||||
a {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
&.project {
|
||||
|
|
Loading…
Reference in a new issue