summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorAgustin Ferrari <agustinferrari@gmx.com>2019-02-01 09:09:10 -0300
committerAgustin Ferrari <agustinferrari@gmx.com>2019-02-01 09:09:10 -0300
commitb0ba670c919e4d1f4613ebc8973a8a1065dc4292 (patch)
tree3e44ed6c873221cd8997e9b4a084908d1abd7ebf /assets
parente9ea365f2f029f09fea9420d6820d19b67c179cc (diff)
downloadinvidious-b0ba670c919e4d1f4613ebc8973a8a1065dc4292.tar.gz
invidious-b0ba670c919e4d1f4613ebc8973a8a1065dc4292.tar.bz2
invidious-b0ba670c919e4d1f4613ebc8973a8a1065dc4292.zip
Comments now show if they were edited and if they received a heart from the uploader (plus additional classes in default.css). The isEdited attribute was also added in the comments API and new strings in en-US.json
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index e449df22..0f7e9eee 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -5,6 +5,39 @@
padding: 1px 6px;
}
+.creator-heart-container {
+ display: inline-block;
+ padding: 0px 7px 6px 0px;
+ margin: 0px -7px -4px 0px;
+}
+
+.creator-heart {
+ position: relative;
+ width: 16px;
+ height: 16px;
+ border: 2px none;
+}
+
+.creator-heart-background-hearted {
+ width: 16px;
+ height: 16px;
+ padding: 0px;
+ position: relative;
+}
+
+.creator-heart-small-hearted {
+ position: absolute;
+ right: -7px;
+ bottom: -4px;
+}
+
+.creator-heart-small-container {
+ position: relative;
+ width: 13px;
+ height: 13px;
+ color: rgb(255, 0, 0);
+}
+
.h-box {
padding-left: 1em;
padding-right: 1em;