forked from olcxjas-softworks/LarpixClient
Add groups section, actions-notifier and auth
This commit is contained in:
parent
862642fd04
commit
8fe2b5cf28
3 changed files with 124 additions and 10 deletions
|
|
@ -140,15 +140,23 @@ sidebar {
|
|||
border-right: var(--border-width) solid var(--light-border-color);
|
||||
}
|
||||
sidebar.second {
|
||||
width: 22rem;
|
||||
width: 20rem;
|
||||
}
|
||||
.sidebar-section-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.collapse-text-button {
|
||||
padding-left: calc(var(--button-margin) + 0.2rem);
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
height: 2rem;
|
||||
font-weight: 600;
|
||||
gap: 0.3rem;
|
||||
}
|
||||
|
||||
.collapse-text-button .chevron {
|
||||
|
|
@ -159,6 +167,27 @@ sidebar.second {
|
|||
.collapse-text-button.collapsed .chevron {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.add-action-button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
padding: 0;
|
||||
flex-shrink: 0;
|
||||
justify-content: center;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.add-action-button:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.add-action-button svg {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
hr {
|
||||
border: none;
|
||||
height: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue