diff --git a/web/css/styles.css b/web/css/styles.css
index 61dec65..4fd9e56 100644
--- a/web/css/styles.css
+++ b/web/css/styles.css
@@ -224,12 +224,9 @@ button.nav > img.icon {
object-fit: contain;
}
-.action-bar {
-}
.action-bar > button {
margin-right: 25px;
- color: var(--clrTextLighter);
- font-size: var(--fsNormal);
+ opacity: 0.5;
}
.reactions {
margin-bottom: 15px;
@@ -261,13 +258,13 @@ button.nav > img.icon {
}
.action-bar button.icon {
- transition: color 0.3s linear;
+ transition: opacity 0.3s linear;
}
.action-bar button.icon:hover {
- color: var(--clrText);
+ opacity: 1;
}
.action-bar button.heart:hover {
- color: var(--clrHeart);
+ /* TODO fix heart color */
}
details.cw summary {
@@ -351,11 +348,10 @@ textarea.post-input {
}
.post-tools > button.icon {
margin-right: 10px;
- font-size: var(--fsEnlarged);
- color: var(--clrTextLight);
+ opacity: 0.5;
}
.post-tools > button.icon.cw.active {
- color: var(--clrWarn);
+ opacity: 1.0;
}
input[type="text"].cw {
border: none;
diff --git a/web/css/utils.css b/web/css/utils.css
index 63cb617..f14cbbe 100644
--- a/web/css/utils.css
+++ b/web/css/utils.css
@@ -42,10 +42,16 @@ button.action {
color: white;
font-weight: 800;
}
+
img.icon {
width: var(--iconSize);
height: var(--iconSize);
}
+img.icon.small {
+ width: var(--iconSizeSmall);
+ height: var(--iconSizeSmall);
+}
+
.float-right {
float: right;
}
diff --git a/web/css/vars.css b/web/css/vars.css
index 978978c..61180ac 100644
--- a/web/css/vars.css
+++ b/web/css/vars.css
@@ -30,4 +30,5 @@
/* Icon */
--iconSize: 24px;
+ --iconSizeSmall: 15px;
}
diff --git a/web/css/webfonts/fa-brands-400.ttf b/web/css/webfonts/fa-brands-400.ttf
deleted file mode 100644
index 502f362..0000000
Binary files a/web/css/webfonts/fa-brands-400.ttf and /dev/null differ
diff --git a/web/css/webfonts/fa-brands-400.woff2 b/web/css/webfonts/fa-brands-400.woff2
deleted file mode 100644
index d801b51..0000000
Binary files a/web/css/webfonts/fa-brands-400.woff2 and /dev/null differ
diff --git a/web/css/webfonts/fa-regular-400.ttf b/web/css/webfonts/fa-regular-400.ttf
deleted file mode 100644
index e0abe27..0000000
Binary files a/web/css/webfonts/fa-regular-400.ttf and /dev/null differ
diff --git a/web/css/webfonts/fa-regular-400.woff2 b/web/css/webfonts/fa-regular-400.woff2
deleted file mode 100644
index d736e4b..0000000
Binary files a/web/css/webfonts/fa-regular-400.woff2 and /dev/null differ
diff --git a/web/css/webfonts/fa-solid-900.ttf b/web/css/webfonts/fa-solid-900.ttf
deleted file mode 100644
index 13c9489..0000000
Binary files a/web/css/webfonts/fa-solid-900.ttf and /dev/null differ
diff --git a/web/css/webfonts/fa-solid-900.woff2 b/web/css/webfonts/fa-solid-900.woff2
deleted file mode 100644
index 3516fdb..0000000
Binary files a/web/css/webfonts/fa-solid-900.woff2 and /dev/null differ
diff --git a/web/css/webfonts/fa-v4compatibility.ttf b/web/css/webfonts/fa-v4compatibility.ttf
deleted file mode 100644
index dc29819..0000000
Binary files a/web/css/webfonts/fa-v4compatibility.ttf and /dev/null differ
diff --git a/web/css/webfonts/fa-v4compatibility.woff2 b/web/css/webfonts/fa-v4compatibility.woff2
deleted file mode 100644
index 28d46b1..0000000
Binary files a/web/css/webfonts/fa-v4compatibility.woff2 and /dev/null differ
diff --git a/web/icon/close-modal.svg b/web/icon/close-modal.svg
new file mode 100644
index 0000000..1643eb8
--- /dev/null
+++ b/web/icon/close-modal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/web/icon/content-warning.svg b/web/icon/content-warning.svg
new file mode 100644
index 0000000..c5883ba
--- /dev/null
+++ b/web/icon/content-warning.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/web/icon/event-delete.svg b/web/icon/event-delete.svg
new file mode 100644
index 0000000..c280874
--- /dev/null
+++ b/web/icon/event-delete.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/web/icon/event-like.svg b/web/icon/event-like.svg
new file mode 100644
index 0000000..de99f58
--- /dev/null
+++ b/web/icon/event-like.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/web/icon/event-reply.svg b/web/icon/event-reply.svg
new file mode 100644
index 0000000..ca9ac55
--- /dev/null
+++ b/web/icon/event-reply.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/web/index.html b/web/index.html
index 631f968..c63da28 100644
--- a/web/index.html
+++ b/web/index.html
@@ -8,7 +8,6 @@
-
@@ -90,7 +89,7 @@
@@ -152,7 +151,7 @@