Toggle navigation
Toggle navigation
This project
Loading...
Sign in
천현우
/
Voicoding
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
천현우
2021-06-06 18:19:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fea1962b51b8276d4b13156766cd3062635532aa
fea1962b
1 parent
8ae40ac8
output: overflow auto
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
Voicoding_web/Voico_Home.css
Voicoding_web/Voico_Home.html
Voicoding_web/Voico_Home.css
View file @
fea1962
...
...
@@ -122,19 +122,11 @@ button:hover{
padding
:
10px
;
margin
:
20px
;
display
:
flex
;
<<<<<<<
HEAD
padding
:
10px
;
height
:
700px
;
background-color
:
rgba
(
0
,
0
,
0
,
.87
);
color
:
var
(
--text-color
);
font-size
:
20px
;
=======
font-size
:
20px
;
height
:
700px
;
background-color
:
rgba
(
0
,
0
,
0
,
.87
);
color
:
var
(
--text-color
);
font-family
:
'Raleway'
,
'Noto Serif KR'
;
>>>>>>>
e948ff4325bc9174b01571ab61b4339fdec7cbdf
}
#recordButton
{
line-height
:
22px
;
...
...
Voicoding_web/Voico_Home.html
View file @
fea1962
...
...
@@ -94,7 +94,7 @@
<div
class=
"output_bar"
>
<h2>
Transcription Raw Data
</h2>
</div>
<div
id=
"output"
></div>
<div
id=
"output"
style=
"overflow:auto"
></div>
<i
class=
"fas fa-arrow-circle-down"
></i>
<div
class=
"output_bar"
>
<h2>
TTP
</h2>
...
...
Please
register
or
login
to post a comment