mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -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;
|
right: .25rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
background-color: $ui-orange;
|
background-color: $ui-orange;
|
||||||
width: 1rem;
|
padding: 0 .25rem;
|
||||||
text-indent: .25rem;
|
text-indent: 0;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
color: $type-white;
|
color: $type-white;
|
||||||
font-size: .7rem;
|
font-size: .7rem;
|
||||||
|
|
Loading…
Reference in a new issue