Skip to content

Commit

Permalink
CHANGE: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTheGeeek committed Jan 4, 2024
1 parent cd5db34 commit 7f497e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launcher/src/components/UI/multi-server/ServerScreen.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ServerHeader from './components/ServerHeader.vue';
<template>
<div
class="w-full h-full absolute inset-0 grid grid-cols-24 grid-rows-12 bg-gray-700 z-10 p-2 rounded-md"
class="w-full h-full absolute inset-0 grid grid-cols-24 grid-rows-7 bg-gray-700 z-10 p-2 rounded-md"
>
<ServerHeader />
<ServerBody />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="w-full h-full col-start-1 col-span-full row-start-3 row-span-full grid grid-cols-24 grid-rows-12"
class="w-full h-full col-start-1 col-span-full row-start-2 row-span-full grid grid-cols-24 grid-rows-12"
>
Body
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="col-start-1 col-span-full row-start-1 row-end-3 flex justify-center items-center border-b-2"
class="col-start-1 col-span-full row-start-1 row-span-1 flex justify-center items-center border-b-2"
>
<span class="text-5xl text-gray-200 font-bold">SERVER ACCESS MANAGEMENT</span>
</div>
Expand Down

0 comments on commit 7f497e3

Please sign in to comment.