change stylings

This commit is contained in:
HF 2022-09-04 23:46:18 +02:00
parent 98766e9da4
commit b1ee464697
2 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@ const UIPopUp = () => {
return (
<div
className="window show"
className="win-content"
style={{
width: '100%',
height: '100%',

View File

@ -6,6 +6,7 @@ import React, {
useState, useCallback, useRef, useEffect, useMemo,
} from 'react';
import { useSelector, useDispatch } from 'react-redux';
import { BiChalkboard } from 'react-icons/bi';
import { t } from 'ttag';
import { openWindowPopUp } from './hooks/link';
@ -171,7 +172,7 @@ const Window = ({ id }) => {
key="popbtn"
title={t`PopUp`}
tabIndex={-1}
>G</div>
><BiChalkboard /></div>
)}
{(showWindows) && (
<div
@ -241,7 +242,7 @@ const Window = ({ id }) => {
close(evt);
}}
>
G
<BiChalkboard />
</span>
)}
<span