diff --git a/frontend/app.css b/frontend/app.css index e89d82e..a7d4823 100644 --- a/frontend/app.css +++ b/frontend/app.css @@ -7,14 +7,17 @@ .faved, .faved:hover, .faved:active { color: yellow; } -.user-image { - border-radius: 1.25rem; - height: 36px; +.preview { + cursor: pointer; +} +.toast, .toast-header { + background-color: rgba(34,34,34,0.85); } .tweet { max-height: 50px; white-space: pre-line; } -.toast, .toast-header { - background-color: rgba(34,34,34,0.85); +.user-image { + border-radius: 1.25rem; + height: 36px; } diff --git a/frontend/index.html b/frontend/index.html index ff5fb21..84079de 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -38,7 +38,7 @@ -
+