mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
display title and extras differently
So that the creator username appear on the same line as other text, but so that studio titles still get cut off properly
This commit is contained in:
parent
7e2751be62
commit
438401bde0
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