Merge pull request #1179 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-04-23 13:13:50 -06:00 committed by GitHub
commit 8646bc8ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 10 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,9 +1,9 @@
{
"/js/activity.js": "/js/activity.js?id=7915246c3bc2b7e9770e",
"/js/app.js": "/js/app.js?id=3cd2f5b91d50cb028347",
"/css/app.css": "/css/app.css?id=cc8780fa2f1c0e8156cc",
"/css/appdark.css": "/css/appdark.css?id=19423f7411acf7297a2d",
"/css/landing.css": "/css/landing.css?id=36c1fca7fbdc4cdf5e7c",
"/css/app.css": "/css/app.css?id=bf2aa55e1be9b812669f",
"/css/appdark.css": "/css/appdark.css?id=12306d2c0ad1a8447ef8",
"/css/landing.css": "/css/landing.css?id=deda9ca9ab8609f8c5ea",
"/js/components.js": "/js/components.js?id=7e2c0820d0ca5af5aeaa",
"/js/compose.js": "/js/compose.js?id=9436fc6ceea845e5bd62",
"/js/developers.js": "/js/developers.js?id=1359f11c7349301903f8",

View file

@ -38,6 +38,7 @@
input,
textarea {
color: #ccc !important;
background: #191919 !important;
}

View file

@ -488,10 +488,6 @@ details summary::-webkit-details-marker {
font-weight: bold;
}
.notification-tooltip .arrow::before {
border-bottom-color:#dc3545 !important;
}
#previewAvatar {
img {
max-width: 100%;