1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-05 18:48:31 +00:00

4.0.0-rc21.8

* Fixed: Square avatars in the left sidebar.
* Fixed: Rich tooltips for `i.stack.imgur.com` images.
* Changed: Priority of socket servers for connection.
This commit is contained in:
SirStendec 2019-05-31 16:42:26 -04:00
parent b73234453b
commit bdeb314f95
4 changed files with 14 additions and 4 deletions

View file

@ -149,7 +149,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = {
major: 4, minor: 0, revision: 0, extra: '-rc21.7',
major: 4, minor: 0, revision: 0, extra: '-rc21.8',
commit: __git_commit__,
build: __webpack_hash__,
toString: () =>

View file

@ -0,0 +1,7 @@
.chat-line__message-mention {
cursor: pointer;
&:hover, &:focus {
text-decoration: underline;
}
}

View file

@ -1,4 +1,7 @@
.tw-root--theme-dark .tw-avatar .tw-border-radius-rounded,
.side-nav-card__avatar.tw-border-radius-rounded,
.tw-avatar .tw-border-radius-rounded {
.tw-root--theme-dark &,
& {
border-radius: 0 !important;
}
}

View file

@ -70,7 +70,7 @@ export const REPLACEMENTS = {
export const WS_CLUSTERS = {
Production: [
['wss://catbag.frankerfacez.com/', 0.25],
['wss://andknuckles.frankerfacez.com/', 1],
['wss://andknuckles.frankerfacez.com/', 0.8],
['wss://tuturu.frankerfacez.com/', 1],
['wss://lilz.frankerfacez.com/', 1],
['wss://yoohoo.frankerfacez.com/', 1]