Skip to content

Commit c4fdcb5

Browse files
committed
Fix navigation bar issues
1 parent 1f6f7c4 commit c4fdcb5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

resources/scripts/components/server/ServerConsole.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default () => {
7777

7878
return (
7979
<div className={'my-10 flex'}>
80-
<div className={'w-1/4 ml-4'}>
80+
<div className={'w-1/4'}>
8181
<TitledGreyBox title={server.name} icon={faServer}>
8282
<p className={'text-xs uppercase'}>
8383
<FontAwesomeIcon

resources/styles/components/navigation.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
@apply .w-full .bg-neutral-700 .shadow;
4444

4545
.items {
46-
@apply .flex .items-center .text-sm .mx-2;
46+
@apply .flex .items-center .text-sm .mx-auto .px-2;
47+
max-width: 1200px;
4748

4849
/*! purgecss start ignore */
4950
& > a, & > div {

0 commit comments

Comments
 (0)