mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
Updated boxicons + small fixes
This commit is contained in:
parent
a10646888f
commit
f25dae77aa
7 changed files with 4500 additions and 14 deletions
|
@ -48,7 +48,7 @@
|
|||
"@rollup/plugin-replace": "^2.4.2",
|
||||
"@styled-icons/boxicons-logos": "^10.34.0",
|
||||
"@styled-icons/boxicons-regular": "^10.34.0",
|
||||
"@styled-icons/boxicons-solid": "^10.34.0",
|
||||
"@styled-icons/boxicons-solid": "^10.37.0",
|
||||
"@styled-icons/simple-icons": "^10.33.0",
|
||||
"@tippyjs/react": "^4.2.5",
|
||||
"@traptitech/markdown-it-katex": "^3.4.3",
|
||||
|
|
|
@ -34,17 +34,13 @@ const ServerBase = styled.div`
|
|||
flex-shrink: 0;
|
||||
flex-direction: column;
|
||||
background: var(--secondary-background);
|
||||
|
||||
border-start-start-radius: 8px;
|
||||
border-end-start-radius: 8px;
|
||||
overflow: hidden;
|
||||
|
||||
${isTouchscreenDevice &&
|
||||
css`
|
||||
padding-bottom: 50px;
|
||||
border-end-start-radius: 0;
|
||||
`}
|
||||
|
||||
`;
|
||||
|
||||
const ServerList = styled.div`
|
||||
|
|
|
@ -2,7 +2,7 @@ import {
|
|||
UserPlus,
|
||||
Cog,
|
||||
PhoneCall,
|
||||
PhoneOutgoing,
|
||||
PhoneOff,
|
||||
Group,
|
||||
} from "@styled-icons/boxicons-solid";
|
||||
import { useHistory } from "react-router-dom";
|
||||
|
@ -83,7 +83,7 @@ function VoiceActions({ channel }: Pick<ChannelHeaderProps, "channel">) {
|
|||
if (voice.roomId === channel._id) {
|
||||
return (
|
||||
<IconButton onClick={disconnect}>
|
||||
<PhoneOutgoing size={22} />
|
||||
<PhoneOff size={22} />
|
||||
</IconButton>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
.contentcontainer {
|
||||
max-width: unset !important;
|
||||
padding: 10px 12px var(--bottom-navigation-height) !important;
|
||||
padding: 16px 12px var(--bottom-navigation-height) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -358,7 +358,7 @@
|
|||
flex-grow: 1;
|
||||
|
||||
svg {
|
||||
vertical-align: auto;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
4483
yarn-error.log
Normal file
4483
yarn-error.log
Normal file
File diff suppressed because it is too large
Load diff
17
yarn.lock
17
yarn.lock
|
@ -879,6 +879,13 @@
|
|||
dependencies:
|
||||
regenerator-runtime "^0.13.4"
|
||||
|
||||
"@babel/runtime@^7.14.8":
|
||||
version "7.14.8"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
|
||||
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
|
||||
dependencies:
|
||||
regenerator-runtime "^0.13.4"
|
||||
|
||||
"@babel/template@^7.12.13", "@babel/template@^7.14.5":
|
||||
version "7.14.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
||||
|
@ -1244,12 +1251,12 @@
|
|||
"@babel/runtime" "^7.14.0"
|
||||
"@styled-icons/styled-icon" "^10.6.3"
|
||||
|
||||
"@styled-icons/boxicons-solid@^10.34.0":
|
||||
version "10.34.0"
|
||||
resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-solid/-/boxicons-solid-10.34.0.tgz#4f31b873a1d52c85230f86eb7106c04f416a12c9"
|
||||
integrity sha512-0DTsuysRgIO/XoSq5sFPeknnidLzhTEmaG5uJuLmCPBw78VjxNt6DQFRcn8ytn+ba5Qhu+Ps3Km8nbY7Zf14/g==
|
||||
"@styled-icons/boxicons-solid@^10.37.0":
|
||||
version "10.37.0"
|
||||
resolved "https://registry.yarnpkg.com/@styled-icons/boxicons-solid/-/boxicons-solid-10.37.0.tgz#49e3ec72b560967f1ba12c433f28270d8a74e9b9"
|
||||
integrity sha512-u6/urwIWesGArSHW98TFHnzMduInQYkhWE1LdNCWkmzs0CvQ0Xmmvnl1Lz9LnAHatQR+UFpKLz2y08Fhu7zBgQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.14.0"
|
||||
"@babel/runtime" "^7.14.8"
|
||||
"@styled-icons/styled-icon" "^10.6.3"
|
||||
|
||||
"@styled-icons/simple-icons@^10.33.0":
|
||||
|
|
Loading…
Reference in a new issue