mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 10:38:30 +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:
parent
b73234453b
commit
bdeb314f95
4 changed files with 14 additions and 4 deletions
|
@ -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: () =>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
.chat-line__message-mention {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
|
@ -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 {
|
||||
border-radius: 0 !important;
|
||||
.tw-root--theme-dark &,
|
||||
& {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue