mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
Fix: Navigator Alignment
This commit is contained in:
parent
231dfe503d
commit
fd9006f255
@ -28,7 +28,7 @@ $catalog-width: 650px;
|
||||
$catalog-height: 480px;
|
||||
|
||||
$inventory-width: 528px;
|
||||
$inventory-height: 320px;
|
||||
$inventory-height: 370px;
|
||||
|
||||
$navigator-width: 420px;
|
||||
$navigator-height: 440px;
|
||||
|
@ -25,7 +25,7 @@ input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 0.5rem!important;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
.btn-primary{
|
||||
color: #fff;
|
||||
|
@ -7,7 +7,7 @@ export const NitroCardTabsView: FC<FlexProps> = props =>
|
||||
|
||||
const getClassNames = useMemo(() =>
|
||||
{
|
||||
const newClassNames: string[] = [ 'container-fluid', 'nitro-card-tabs', 'pt-1' ];
|
||||
const newClassNames: string[] = [ 'container-fluid', 'nitro-card-tabs', 'pt-1', 'position-relative' ];
|
||||
|
||||
if(classNames.length) newClassNames.push(...classNames);
|
||||
|
||||
@ -19,4 +19,4 @@ export const NitroCardTabsView: FC<FlexProps> = props =>
|
||||
{ children }
|
||||
</Flex>
|
||||
);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user