Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubajyotifounderofDSoft authored Feb 3, 2024
1 parent a42a8ff commit bc3eddb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions web-app/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,8 @@ li {
overflow: hidden;
}

#editorwrapper {
width: 92vw;
height: 80vh;
display: flex;
#editorwrapper {
display: none;
}

.reviewbarwrapper {
Expand Down Expand Up @@ -449,5 +447,7 @@ li {
color: #fff;
min-width: 10vw;
}

.editor-wrapper .monaco-editor, .editor-wrapper .overflow-guard { border-radius: 10px; }

.overflow-guard{
border-radius: 10px;
}
2 changes: 1 addition & 1 deletion web-app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function App() {
let [ariaExpandedisplayterminal, changeariaExpandedisplayterminal] = useState('none');
let [InfoDisplay, setInfoDisplay] = useState('none')
let [TabDisplay, setTabDisplay] = useState('flex')
let [WelcomePageDisplay, setWelcomePageDisplay] = useState('none')
let [WelcomePageDisplay, setWelcomePageDisplay] = useState('flex')
let [DefaultPageDisplay, setDefaultPageDisplay] = useState('none')
const [bgOpacityDisplay, setBgOpacityDisplay] = useState('none')
const toggleWelcomePageDisplay = () => {
Expand Down

0 comments on commit bc3eddb

Please sign in to comment.