forked from olcxjas-softworks/LarpixClient
Change send message icon & slightly tweak border radius
This commit is contained in:
parent
c5004dd52b
commit
bba80a19df
3 changed files with 8 additions and 6 deletions
|
|
@ -148,7 +148,7 @@ indicator.active {
|
|||
width: calc(var(--icon-button-height) - (var(--border-width) * 2));
|
||||
height: calc(var(--icon-button-height) - (var(--border-width) * 2));
|
||||
pointer-events: none !important;
|
||||
border-radius: 0.6rem;
|
||||
border-radius: 0.65rem;
|
||||
}
|
||||
|
||||
roomcontent {
|
||||
|
|
@ -605,7 +605,7 @@ space{
|
|||
.room-pfp {
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
border-radius: 0.6rem;
|
||||
border-radius: 0.65rem;
|
||||
border: var(--border-width) solid rgba(255, 255, 255, 0.2);
|
||||
object-fit: cover;
|
||||
pointer-events: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue