diff --git a/client/components/Message.vue b/client/components/Message.vue
index 4b3e5887..0ed5fded 100644
--- a/client/components/Message.vue
+++ b/client/components/Message.vue
@@ -17,9 +17,8 @@
aria-hidden="true"
:aria-label="messageTimeLocale"
class="time tooltipped tooltipped-e"
+ >{{ messageTime }}
- {{ messageTime }}
-
[{{ message.command }}]
@@ -27,11 +26,11 @@
- ***
+ ***
- *
+ *
<
- >
+ >
[
{{ message.from.nick }}
- ]
+ ]
-
- -
+ -
diff --git a/client/css/style.css b/client/css/style.css
index 64d51ee4..864451f7 100644
--- a/client/css/style.css
+++ b/client/css/style.css
@@ -280,7 +280,8 @@ p {
.only-copy {
font-size: 0;
opacity: 0;
- width: 0;
+ width: 0.01px; /* Must be non-zero to be the first selected character on Firefox */
+ display: inline-block;
}
/* Icons */