@@ -185,7 +185,6 @@ const jumpTracking = (data: EventCardPropsData) => {
<style lang="scss" scoped>
.notification-card {
- // max-width: 640px;
margin-bottom: 16px;
&.is-read {
& > .header {
@@ -149,7 +149,6 @@ div.layout-toolbar {
background-color: var(--color-dialog-body-bg);
}
.password-notifications {
- margin-bottom: 16px;
.header {
display: flex;
align-items: center;
@@ -187,8 +186,6 @@ div.layout-toolbar {
.feature-update {
-
@@ -164,5 +164,11 @@ const closeMessage = () => {
:deep(.notification-card) {
margin-bottom: 0px;
+ :deep(.feature-update) {
+ margin-bottom: 0px;
+ }
+ :deep(.password-notifications) {
</style>