@@ -2,8 +2,8 @@
display: flex;
justify-content: center;
align-items: center;
- width: 46px;
- height: 46px;
+ width: 40px;
+ height: 40px;
border-radius: 6px;
margin-bottom: 1px;
@@ -16,6 +16,7 @@
height: 42px;
}
+
.dropItem {
@@ -33,15 +34,17 @@
border-radius: 12px;
--n-padding: 10px 12px;
--n-border-radius: 6px;
:global {
- .n-dropdown-menu{
+ .n-dropdown-menu {
min-width: 120px;
.n-dropdown-option-body {
padding: 0 12px;
--n-option-height: 45px;
- .n-dropdown-option-body__prefix{
+ .n-dropdown-option-body__prefix {
display: none;