fix: Fix projects order popup styles
This commit is contained in:
@@ -5,16 +5,17 @@
|
|||||||
|
|
||||||
:global(#app) {
|
:global(#app) {
|
||||||
.menu {
|
.menu {
|
||||||
margin: 0 auto;
|
margin: -7px -12px -5px;
|
||||||
width: 100%;
|
width: calc(100% + 24px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuItem:last-child {
|
.menuItem {
|
||||||
margin-bottom: 0;
|
margin: 0;
|
||||||
|
padding-left: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuItemIcon {
|
.menuItemIcon {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 8px 0 0;
|
margin: 0 0.5em 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user