mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 22:43:49 +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 {
|
.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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user