diff --git a/actix/resources/index.html b/actix/resources/index.html index 53d361f..0b0db58 100644 --- a/actix/resources/index.html +++ b/actix/resources/index.html @@ -26,8 +26,7 @@
- logo Simply - Shorten +
- - + +
- + - +
Active links
Short URL
(click to copy)
Short URL
(click to copy)
Long URL Hits ×
-
+
Source Code
diff --git a/actix/resources/static/styles.css b/actix/resources/static/styles.css index da4684c..29f5c39 100644 --- a/actix/resources/static/styles.css +++ b/actix/resources/static/styles.css @@ -38,8 +38,22 @@ form input[name="shortUrl"]::placeholder { text-transform: none; } -div[name="gitlab"] { +div[name="github-link"] { position: absolute; right: 0.5%; bottom: 0.5%; +} + +.pure-table { + visibility: hidden; +} + +.pure-table caption { + font-size: 22px; + text-align: left; + font-style: normal; +} + +#logo { + font-size: 32px; } \ No newline at end of file