various updates
This commit is contained in:
parent
c9ce8c234a
commit
e24afe2abe
9 changed files with 180 additions and 95 deletions
|
@ -248,12 +248,18 @@ textarea {
|
|||
}
|
||||
.svg-upload {
|
||||
mask: url(/icons/upload.svg);
|
||||
width: .2in !important;!i;!;
|
||||
width: .2in !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
.svg-x {
|
||||
mask: url(/icons/x.svg);
|
||||
}
|
||||
.svg-friends{
|
||||
mask: url(/icons/friends.svg);
|
||||
width: 24px !important;!i;!;
|
||||
height: 24px !important;!i;!;
|
||||
margin-right: 0 !important;!i;!;
|
||||
}
|
||||
.svgicon {
|
||||
display: block;
|
||||
height: 100%;
|
||||
|
@ -328,6 +334,10 @@ textarea {
|
|||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--primary-text-soft);
|
||||
}
|
||||
#sideDiv:empty{
|
||||
width:0px;
|
||||
padding:0;
|
||||
}
|
||||
#servers::-webkit-scrollbar, #channels::-webkit-scrollbar, #sideDiv::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
@ -2054,6 +2064,11 @@ fieldset input[type="radio"] {
|
|||
}
|
||||
|
||||
}
|
||||
.friendsbutton{
|
||||
transition: background-color .2s;
|
||||
background-color: #00000050;
|
||||
padding: .08in;
|
||||
}
|
||||
.bigemoji{
|
||||
width:.6in;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue