NetzwerkInfo nimmt automatisch horizontale Breite mit flex-direction: row
This commit is contained in:
@@ -19,8 +19,8 @@ const NetworkInfo: React.FC = () => {
|
||||
"Unbekannt";
|
||||
|
||||
return (
|
||||
<div className="w-full flex-grow flex">
|
||||
<div className=" flex-grow flex justify-between items-center mt-1 bg-white p-2 rounded-lg shadow-md border border-gray-200 laptop:m-0 laptop:scale-y-75">
|
||||
<div className="w-full flex-direction: row flex">
|
||||
<div className=" flex-grow flex justify-between items-center mt-1 bg-white p-2 rounded-lg shadow-md border border-gray-200 laptop:m-0 laptop:scale-y-75 2xl:scale-y-75">
|
||||
<div className="flex items-center space-x-4">
|
||||
<img src="/images/IP-icon.svg" alt="IP Address" className="w-6" />
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user