Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
3b0161ddf0 Bump express from 4.17.1 to 4.18.2
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 17:19:30 +00:00
Sharon Kennedy
569a8e76c2 1.1.5 2020-05-26 10:43:14 -04:00
Sharon Kennedy
b76eebcacb remove rem font size in dark mode 2020-05-26 10:42:53 -04:00
3 changed files with 214 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "safesupport-chatbox", "name": "safesupport-chatbox",
"version": "1.1.4", "version": "1.1.5",
"description": "A secure and private embeddable chatbox that connects to Riot", "description": "A secure and private embeddable chatbox that connects to Riot",
"main": "dist/chatbox.js", "main": "dist/chatbox.js",
"scripts": { "scripts": {

View File

@@ -68,7 +68,6 @@
.message { .message {
&.from-bot { &.from-bot {
color: transparentize($light-text-color, 0.3); color: transparentize($light-text-color, 0.3);
font-size: 0.9rem;
} }
&.from-me { &.from-me {

358
yarn.lock

File diff suppressed because it is too large Load Diff