Updated all long style names to be more compact
• Updated: - all long style names to be more compact
This commit is contained in:
@@ -79,16 +79,16 @@ class TimelineQueueButtonHeader extends React.PureComponent {
|
||||
const hasItems = count > 0
|
||||
|
||||
const containerClasses = cx({
|
||||
default: 1,
|
||||
_: 1,
|
||||
pb5: 1,
|
||||
posSticky: !hidden,
|
||||
top120PX: !hidden,
|
||||
alignItemsCenter: 1,
|
||||
aiCenter: 1,
|
||||
z3: 1,
|
||||
})
|
||||
|
||||
const innerContainerClasses = cx({
|
||||
default: 1,
|
||||
_: 1,
|
||||
displayNone: !hasItems,
|
||||
mtNeg26PX: 1,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user