mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #104 from rschamp/bugfix/message-count
Fix GH-97: Grow message bubble with count
This commit is contained in:
commit
60a9681f3f
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@
|
|||
right: .25rem;
|
||||
border-radius: 1rem;
|
||||
background-color: $ui-orange;
|
||||
width: 1rem;
|
||||
text-indent: .25rem;
|
||||
padding: 0 .25rem;
|
||||
text-indent: 0;
|
||||
line-height: 1rem;
|
||||
color: $type-white;
|
||||
font-size: .7rem;
|
||||
|
|
Loading…
Reference in a new issue