Keep crew roster in a consistent sidebar
This commit is contained in:
@@ -88,6 +88,15 @@
|
||||
transform: translateX(2px);
|
||||
}
|
||||
|
||||
.crew-bubble.is-static {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.crew-bubble.is-static:hover {
|
||||
background: var(--surface-raised);
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.crew-bubble.is-deep {
|
||||
border-left-color: var(--deep);
|
||||
background: color-mix(in srgb, var(--deep) 12%, var(--surface-raised));
|
||||
|
||||
Reference in New Issue
Block a user