This commit is contained in:
2025-03-21 16:13:13 +05:00
parent 1a897f6026
commit d9556bae2d
6 changed files with 72 additions and 151 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
import { IServer } from '../../types/IServer.ts';
import Button from '../Button.tsx';
import Input from '../Input.tsx';
import DisplayIcon from '../icons/DisplayIcon.tsx';
import { IServer } from "../../types/IServer.ts";
import Button from "../Button.tsx";
import Input from "../Input.tsx";
import DisplayIcon from "../icons/DisplayIcon.tsx";
interface Props {
servers: IServer[];
@@ -9,7 +9,7 @@ interface Props {
export default function CreateSessionModal({ servers }: Props) {
return (
<div className="w-[34.375vw] rounded-[0.833vw] bg-white min-h-full p-[1.667vw] flex flex-col justify-between gap-[1.111vw]">
<div className="w-[34.375vw] rounded-[0.833vw] bg-white p-[1.667vw] flex flex-col min-h-[calc(100dvh-0.972vw*2)] justify-between gap-[1.111vw]">
<div className="gap-y-[1.111vw] flex flex-col justify-between">
<div className="space-y-[0.556vw]">
<div className="p-[0.833vw] ring-[0.069vw] ring-[#E6E6E6] w-fit rounded-[0.556vw]">