Skip to content

Commit b273210

Browse files
committed
Add Playwright MCP to gitignore and update admin banner styles
1 parent 4cbe6db commit b273210

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ composer.lock
1717
.commandcode/
1818

1919
.devin/
20+
21+
# Testing
22+
/.playwright-mcp

includes/admin/css/admin-banner-rtl.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Admin banner base styles
22
----------------------------------*/
33
.wz-admin-banner {
4-
margin: -20px -20px 0 -20px;
4+
margin: 0 -20px 0 -20px;
55
padding: 26px 36px;
66
background: linear-gradient(-180deg, #041f4e 0%, #031337 55%, #010713 100%);
77
color: #f6f8ff;
@@ -133,7 +133,7 @@
133133
flex-direction: column;
134134
align-items: flex-start;
135135
gap: 18px;
136-
margin: -16px -16px 12px -16px;
136+
margin: 0 -16px 12px -16px;
137137
padding: 20px 20px;
138138
}
139139

includes/admin/css/admin-banner-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/admin/css/admin-banner.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Admin banner base styles
22
----------------------------------*/
33
.wz-admin-banner {
4-
margin: -20px -20px 0 -20px;
4+
margin: 0 -20px 0 -20px;
55
padding: 26px 36px;
66
background: linear-gradient(180deg, #041f4e 0%, #031337 55%, #010713 100%);
77
color: #f6f8ff;
@@ -129,7 +129,7 @@
129129
flex-direction: column;
130130
align-items: flex-start;
131131
gap: 18px;
132-
margin: -16px -16px 12px -16px;
132+
margin: 0 -16px 12px -16px;
133133
padding: 20px 20px;
134134
}
135135

includes/admin/css/admin-banner.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)