bunnyquery 1.7.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bunnyquery.css CHANGED
@@ -1072,6 +1072,18 @@
1072
1072
  font-style: italic;
1073
1073
  clear: both;
1074
1074
  }
1075
+ /* Timestamp under a settled bubble (created for a user turn, response time for an
1076
+ assistant turn). Muted and small so it never competes with the message. */
1077
+ .bq-msg-time {
1078
+ display: block;
1079
+ margin-top: 0.25rem;
1080
+ font-size: 0.62rem;
1081
+ line-height: 1;
1082
+ color: var(--bq-muted);
1083
+ opacity: 0.7;
1084
+ clear: both;
1085
+ }
1086
+ .bq-message.is-user .bq-msg-time { text-align: right; }
1075
1087
  .bq-cancel-queue-btn {
1076
1088
  float: right;
1077
1089
  margin: -0.25rem -0.25rem 0.2rem 0.4rem;