UX: Fix github onebox on mobile (#23306)

* UX: Fix github onebox on mobile

* UX: Fix github onebox on mobile
This commit is contained in:
Meghna 2023-08-29 16:36:20 +05:30 committed by GitHub
parent 7a4119846c
commit 60a34b0908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,6 +454,7 @@ pre.onebox code {
} }
.github-icon-container { .github-icon-container {
position: absolute;
display: flex; display: flex;
align-items: center; align-items: center;
margin-right: 10px; margin-right: 10px;
@ -474,6 +475,9 @@ pre.onebox code {
.github-info-container { .github-info-container {
width: 100%; width: 100%;
h4 {
margin: 0 0 10px 50px;
}
} }
.github-info { .github-info {