Shorten playground URL
Summary: Shorten URL using Google's URL shortner and display URL for copying. Reviewed By: emilsjolander Differential Revision: D6976973 fbshipit-source-id: cc791ffbf9e01a8dc2e0a40d05bce5022a3957bc
This commit is contained in:
committed by
Facebook Github Bot
parent
025ee03cb1
commit
96a87a811d
7
website/src/components/Playground/URLShortener.css
Normal file
7
website/src/components/Playground/URLShortener.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.URLShortener {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: 30px;
|
||||
z-index: 4;
|
||||
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
|
||||
}
|
Reference in New Issue
Block a user