diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index c58bebd3..a1984319 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -7,14 +7,9 @@ [{{nsfw ? "NSFW/" : ""}}{{type.toUpperCase()}}] -
- +
+ -
Hide @@ -236,5 +231,9 @@ image-orientation: from-image; } } + + .image-attachment-placeholder { + // currently, no style is applied to image placeholders. + } } diff --git a/static/styles.json b/static/styles.json index 00ad6ae1..0849d960 100644 --- a/static/styles.json +++ b/static/styles.json @@ -6,7 +6,7 @@ "ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ], "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ], "mammal": [ "Mammal", "#272c37", "#444b5d", "#f8f8f8", "#9bacc8", "#7f3142", "#2bd850", "#2b90d9", "#ca8f04" ], - + "fairyfloss": [ "fairyfloss", "#5A5475", "#8077A8", "#F8F8F2", "#C5A3FF", "#FF857F", "#FFB8D1", "#C2FFDF", "#E6C000" ], "redmond-xx": "/static/themes/redmond-xx.json", "redmond-xx-se": "/static/themes/redmond-xx-se.json", "redmond-xxi": "/static/themes/redmond-xxi.json",