mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
feat: cuesheet sharing
feat: locked presets refactor: simplify locked param refactor: create share links
This commit is contained in:
committed by
Carlos Valente
parent
1695b4dc68
commit
6c6f5c2c0f
@@ -16,4 +16,16 @@
|
||||
.copiableLink {
|
||||
user-select: text;
|
||||
color: $ui-white;
|
||||
}
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.shareInline {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 172px;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.end {
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user