1
0
Fork 0
forked from mirror/pixelfed

Update app.css

This commit is contained in:
Daniel Supernault 2018-11-13 21:48:19 -07:00
parent c8b17d6798
commit 5a6dcf0ee5
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 2 additions and 3 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"/js/components.js": "/js/components.js?id=eaf4e6490e00fbbc1790", "/js/components.js": "/js/components.js?id=eaf4e6490e00fbbc1790",
"/js/app.js": "/js/app.js?id=763d01bb175be69c8ad3", "/js/app.js": "/js/app.js?id=763d01bb175be69c8ad3",
"/css/app.css": "/css/app.css?id=6ca0f1111875ed7bb7d2", "/css/app.css": "/css/app.css?id=0f11643b1635ebda5e1b",
"/js/timeline.js": "/js/timeline.js?id=415bfde862ab8c5b4548", "/js/timeline.js": "/js/timeline.js?id=415bfde862ab8c5b4548",
"/js/activity.js": "/js/activity.js?id=723dfb98bbbc96a9d39f" "/js/activity.js": "/js/activity.js?id=723dfb98bbbc96a9d39f"
} }

View file

@ -9,7 +9,6 @@ body {
#content { #content {
margin-bottom: auto !important; margin-bottom: auto !important;
overflow-x: hidden;
} }
body, button, input, textarea { body, button, input, textarea {