Skip to content

Commit 6b19deb

Browse files
mlelyakanabdurrahmanekr
authored andcommitted
UI Editings added (#29)
* SpotiftMessage feature added. * SpotiftMessage document added. * version upgrade v0.5.0 * props was dynamic.theme and view props added. * LocationMessage apiKey prop added. * tabs convert spaces * the unnecessary expression was deleted. * MessageBox Margin Values Has Been Edited * Messagebox Margin Values Has Been Edited * Dropdown and MessageBox Css Editings * dropdown and messagebox component's style editings have been done * dropdown and messagebox component's style editings have been done
1 parent 24087aa commit 6b19deb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Dropdown/Dropdown.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
.rce-dropdown {
55
min-width: 100%;
66
box-sizing: border-box;
7-
padding: 5px 10px;
8-
background: #f5f5f5;
7+
padding: 8px 15px;
8+
background: #fff;
99
border-radius: 5px;
1010
display: none;
1111
flex-direction: row;
1212
align-items: center;
1313
justify-content: center;
1414
transform: scale(0);
1515
position: absolute;
16-
box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
16+
box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 1);
1717
transform-origin: left top;
1818
z-index: 99999;
1919
}
@@ -99,9 +99,9 @@
9999
.rce-dropdown ul li {
100100
white-space: nowrap;
101101
color: #767676;
102-
padding: 5px;
102+
padding: 8px;
103103
cursor: pointer;
104-
font-size: 14px;
104+
font-size: 16px;
105105
width: 100%;
106106
border-bottom: 1px solid #e9e9e9;
107107
box-sizing: border-box;

src/MessageBox/MessageBox.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
border-top-left-radius: 0px;
5757
margin-left: 20px;
5858
margin-right: 5px;
59-
margin-top: 5px;
59+
margin-top: 3px;
6060
display: flex;
6161
flex-direction: column;
62-
margin-bottom: 5px;
62+
margin-bottom: 3px;
6363
padding: 6px 9px 8px 9px;
6464
float: left;
6565
min-width: 140px;

0 commit comments

Comments
 (0)