-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix comment header padding #33377
Fix comment header padding #33377
Conversation
This will surely have unintended side effects all over the pages. I suggest instead to target this header specifically via Tailwind class |
7f3a829
to
4bbbefd
Compare
@silverwind @wxiaoguang done |
position: relative; | ||
color: var(--color-text); | ||
min-height: 41px; | ||
background-color: var(--color-box-header); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bg not needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nvm, I see duplicate. Linter should have caught that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened stylelint/stylelint#8349 for the linter fyi.
I think it was a mistake.
Before:
![image](https://private-user-images.githubusercontent.com/145281501/406411786-06bc8b20-1466-4931-8024-e3d4c933cc87.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjcxMjIsIm5iZiI6MTczOTE2NjgyMiwicGF0aCI6Ii8xNDUyODE1MDEvNDA2NDExNzg2LTA2YmM4YjIwLTE0NjYtNDkzMS04MDI0LWUzZDRjOTMzY2M4Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNTUzNDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hYWNiOTFhNTE5Y2VjN2M4YWFiMDE4ZTMwNzFlZWM2MzhhNjYyZDlhODZkY2I3MmVjNjA3ZGMzODE5ODMwOTcxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.YUxJW7mszkD_CEL6jGtDIkZ0WD24c1GQKZOISLeBBZ0)
After:
![image](https://private-user-images.githubusercontent.com/145281501/406411792-4bdd4a7f-6dff-4c74-9472-17431837cab3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjcxMjIsIm5iZiI6MTczOTE2NjgyMiwicGF0aCI6Ii8xNDUyODE1MDEvNDA2NDExNzkyLTRiZGQ0YTdmLTZkZmYtNGM3NC05NDcyLTE3NDMxODM3Y2FiMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNTUzNDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01OThjYmVmZjQzZGRiM2FhNGY5YTkzYWQxZmRiNGFkNDFkOGY5NDIxNzBjYjYzOGVkNDhkYzdkYmZlM2ZjMjYyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.rjzLdER8Rrh2nd6geWEAbxf2xcUVgmm6CxWai4ZmPtY)