forked from olcxjas-softworks/LarpixClient
improved ui and added missing blahs
This commit is contained in:
parent
f957a081f3
commit
5c91c341a0
12 changed files with 168 additions and 44 deletions
|
|
@ -524,6 +524,24 @@ space{
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.list-container.no-flex-grow {
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.collapsible-wrapper {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
transition: grid-template-rows 0.25s cubic-bezier(0.25, 1, 0.5, 1);
|
||||
}
|
||||
|
||||
.collapsible-wrapper.collapsed {
|
||||
grid-template-rows: 0fr;
|
||||
}
|
||||
|
||||
.collapsible-inner {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.invite-entry {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -574,14 +592,15 @@ space{
|
|||
.room-entry {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.8rem;
|
||||
padding: 0.5rem 0.8rem;
|
||||
gap: 0.1rem;
|
||||
padding: 1.5rem 0.6rem;
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: transparent;
|
||||
border-radius: 0.8rem;
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
}
|
||||
.room-pfp {
|
||||
width: 2.2rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue