Add foundation of the application and templates
This commit is contained in:
parent
a014bb8e6c
commit
60034dcee2
8 changed files with 165 additions and 0 deletions
29
styles/apps/SidebarTabRearranger.css
Normal file
29
styles/apps/SidebarTabRearranger.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.oft.SidebarTabRearranger {
|
||||
ol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
cursor: var(--cursor-grab);
|
||||
}
|
||||
|
||||
.emulate-button {
|
||||
--size: 32px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: var(--size);
|
||||
aspect-ratio: 1;
|
||||
border: 1px solid var(--color-light-5);
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue