summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-08-08 16:32:21 -0600
committerColin Reeder <colin@vpzom.click>2020-08-08 16:32:21 -0600
commit649d33ca68889669d62817765bf8d6a3441b6949 (patch)
tree2c6ef5db952b3a08112a3e62320ad502324250b3 /res
parent643eb3ca33122b094c30d4503b20e8e4d7069345 (diff)
Use SVG icons instead of emoji
Diffstat (limited to 'res')
-rw-r--r--res/main.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/main.css b/res/main.css
index 2ff6a0c..1ce5be8 100644
--- a/res/main.css
+++ b/res/main.css
@@ -53,10 +53,6 @@ body {
margin-bottom: 0;
}
-.notification-indicator.unread {
- color: #FF8F00;
-}
-
.notification-item.unread {
border-left: 5px solid #FDD835;
padding-left: 5px;
@@ -75,6 +71,12 @@ body {
border: 1px dashed black;
}
+.icon {
+ height: 1.2em;
+ display: inline;
+ vertical-align: text-bottom;
+}
+
@media (max-width: 768px) {
.communitySidebar {
display: none; /* TODO still show this somewhere */