Skip to content

Commit 5af8c54

Browse files
committed
refactor: improve more options dropdown styles to make it consistent
1 parent e31a3c5 commit 5af8c54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/extensionsIntegrated/phoenix-pro/browser-css/more-options-dropdown.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
background-color: #2c2c2c !important;
77
color: #cdcdcd !important;
88
border: 1px solid #4a4a4a !important;
9-
border-radius: 6px !important;
9+
border-radius: 3px !important;
1010
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
11-
font-size: 13px !important;
11+
font-size: 11.5px !important;
1212
font-family: Arial, sans-serif !important;
1313
z-index: 2147483647 !important;
1414
position: absolute !important;
1515
left: -1000px;
1616
top: -1000px;
1717
box-sizing: border-box !important;
18-
min-width: 130px !important;
18+
min-width: 120px !important;
1919
padding: 3px 0 !important;
2020
overflow: hidden !important;
2121
}
@@ -26,7 +26,7 @@
2626
}
2727

2828
.dropdown-item {
29-
padding: 7px 14px !important;
29+
padding: 5px 10px !important;
3030
cursor: pointer !important;
3131
white-space: nowrap !important;
3232
user-select: none !important;
@@ -49,8 +49,8 @@
4949
}
5050

5151
.item-icon svg {
52-
width: 16px !important;
53-
height: 16px !important;
52+
width: 14px !important;
53+
height: 14px !important;
5454
display: block !important;
5555
}
5656

0 commit comments

Comments
 (0)