remove padding from context menus

This commit is contained in:
geoffrey45
2022-08-04 15:18:18 +03:00
parent 13f38c5a66
commit ecf6874268
+4
View File
@@ -95,6 +95,10 @@ const context = useContextStore();
.context-item {
padding: $small 1rem;
}
.separator {
padding: 0;
}
}
.icon {