mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:03:43 +08:00
UX: Fix github onebox on mobile (#23306)
* UX: Fix github onebox on mobile * UX: Fix github onebox on mobile
This commit is contained in:
parent
7a4119846c
commit
60a34b0908
|
@ -454,6 +454,7 @@ pre.onebox code {
|
|||
}
|
||||
|
||||
.github-icon-container {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
|
@ -474,6 +475,9 @@ pre.onebox code {
|
|||
|
||||
.github-info-container {
|
||||
width: 100%;
|
||||
h4 {
|
||||
margin: 0 0 10px 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.github-info {
|
||||
|
|
Loading…
Reference in New Issue
Block a user