NetzwerkInfo nimmt automatisch horizontale Breite mit flex-direction: row
This commit is contained in:
@@ -19,8 +19,8 @@ const NetworkInfo: React.FC = () => {
|
|||||||
"Unbekannt";
|
"Unbekannt";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full flex-grow flex">
|
<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">
|
<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">
|
<div className="flex items-center space-x-4">
|
||||||
<img src="/images/IP-icon.svg" alt="IP Address" className="w-6" />
|
<img src="/images/IP-icon.svg" alt="IP Address" className="w-6" />
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.62";
|
const webVersion = "1.6.63";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user