summaryrefslogtreecommitdiffstats
path: root/ui/assets
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-19 00:52:08 -0400
committerDessalines <tyhou13@gmx.com>2020-03-19 00:52:08 -0400
commitd690e9a73b86f73e36d9c5e8e1261c2b77903f08 (patch)
tree32c9e3babc632cd7ebf65f27dbc67da010b60d93 /ui/assets
parentd2cf36bf026d26592d244433b44258778e8e8338 (diff)
Changing comment action button size. Adding comment dividers. Fixes #604
Diffstat (limited to 'ui/assets')
-rw-r--r--ui/assets/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/assets/css/main.css b/ui/assets/css/main.css
index 618efa40..1c8206e3 100644
--- a/ui/assets/css/main.css
+++ b/ui/assets/css/main.css
@@ -152,7 +152,7 @@ svg.thumbnail {
}
hr {
- border-top: 1px solid var(--secondary);
+ border-top: 1px solid var(--light);
}
.emoji {
@@ -186,7 +186,7 @@ hr {
max-height: 90vh;
}
-.vote-animate:active {
+.btn-animate:active {
transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);