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:
Daniel Büchele
2018-02-13 09:20:44 -08:00
committed by Facebook Github Bot
parent 025ee03cb1
commit 96a87a811d
3 changed files with 77 additions and 1 deletions

View 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);
}