Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BoxDialer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
BoxDialer
Commits
5b8c184f
Commit
5b8c184f
authored
1 year ago
by
Muhammadali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version: 0.8.9
parent
64f0412f
master
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
package.json
package.json
+1
-1
style.js
src/components/DropDown/style.js
+3
-1
No files found.
package.json
View file @
5b8c184f
{
{
"name"
:
"boxdialer"
,
"name"
:
"boxdialer"
,
"version"
:
"0.8.
8
"
,
"version"
:
"0.8.
9
"
,
"description"
:
""
,
"description"
:
""
,
"main"
:
"src/boxDialer.js"
,
"main"
:
"src/boxDialer.js"
,
"scripts"
:
{
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
src/components/DropDown/style.js
View file @
5b8c184f
...
@@ -10,7 +10,9 @@ const DropDownStyle = styled.div`
...
@@ -10,7 +10,9 @@ const DropDownStyle = styled.div`
justify-content: center;
justify-content: center;
position: relative;
position: relative;
`
;
`
;
DropDownStyle
.
Text
=
styled
.
div
``
;
DropDownStyle
.
Text
=
styled
.
div
`
font-size: 22px;
`
;
DropDownStyle
.
Window
=
styled
.
div
`
DropDownStyle
.
Window
=
styled
.
div
`
display:
${({
visible
})
=>
(
visible
?
'
block
'
:
'
none
'
)}
;
display:
${({
visible
})
=>
(
visible
?
'
block
'
:
'
none
'
)}
;
position: fixed;
position: fixed;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment