fix: sidebar jitter (#4815)

This commit is contained in:
Vishal Sharma 2024-04-04 20:53:36 +05:30 committed by GitHub
parent 96e7505922
commit af353b9340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
.nav-item-data {
flex-grow: 1;
max-width: calc(100% - 24px);
display: flex;
margin: 0px 8px;
padding: 4px 12px;

View File

@ -87,7 +87,7 @@
.get-started-nav-items {
display: flex;
margin: 4px 8px 4px 10px;
margin: 4px 13px 4px 10px;
.get-started-btn {
display: flex;