commit c84eec450f060c72e516592c49bcf10b42ffa8e8
parent 379e0ed96431aec10fe070b3cad735a061fe23c9
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 25 Mar 2018 19:06:26 +0200
Fix css for the ribbon
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/tweet-list/tweet-list.component.scss b/src/app/tweet-list/tweet-list.component.scss
@@ -115,10 +115,10 @@
}
.ribbon-top-right::before {
top: 0;
- left: 0;
+ left: 17px;
}
.ribbon-top-right::after {
- bottom: 0;
+ bottom: 17px;
right: 0;
}
.ribbon-top-right span {