🩹(frontend) fine tuning v2.2.0

Fix minor issues:
- Add some height to the carret in the editor
- Improve css in mail templates
- Improve images resolution on homepage
This commit is contained in:
Anthony LC
2025-02-10 17:41:14 +01:00
committed by Anthony LC
parent d89e3dc6d4
commit 3827f0f799
21 changed files with 14 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ test.describe('Header', () => {
test('checks all the elements are visible', async ({ page }) => {
const header = page.locator('header').first();
await expect(header.getByAltText('Docs Logo')).toBeVisible();
await expect(header.getByLabel('Docs Logo')).toBeVisible();
await expect(header.locator('h2').getByText('Docs')).toHaveCSS(
'color',
'rgb(0, 0, 145)',