mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
use border-bottom, not top
this fixes an issue with comment bubble displays in firefox
This commit is contained in:
parent
74400b0599
commit
e9f54b3fd3
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
position: absolute;
|
||||
top: -1px;
|
||||
left: -13px;
|
||||
border-top: 12px solid $ui-border;
|
||||
border-bottom: 12px solid $ui-border;
|
||||
border-left: 13px solid $ui-border;
|
||||
border-radius: 0 0 0 13px;
|
||||
width: 0;
|
||||
|
@ -24,7 +24,7 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: -12px;
|
||||
border-top: 10px solid $ui-white;
|
||||
border-bottom: 10px solid $ui-white;
|
||||
border-left: 12px solid $ui-white;
|
||||
border-radius: 0 0 0 12px;
|
||||
width: 0;
|
||||
|
|
Loading…
Reference in a new issue