FIX: add mobile specific stylesheet for onebox (#23329)
This commit is contained in:
parent
97a812f022
commit
2cd2d7d4d6
|
@ -453,7 +453,6 @@ pre.onebox code {
|
|||
}
|
||||
|
||||
.github-icon-container {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
|
@ -474,9 +473,6 @@ pre.onebox code {
|
|||
|
||||
.github-info-container {
|
||||
width: 100%;
|
||||
h4 {
|
||||
margin: 0 0 10px 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.github-info {
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
@import "menu-panel";
|
||||
@import "modal";
|
||||
@import "new-user";
|
||||
@import "onebox";
|
||||
@import "personal-message";
|
||||
@import "push-notifications-mobile";
|
||||
@import "reviewables";
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
// Onebox - Github - PR, Commit & Issue
|
||||
.onebox.githubpullrequest,
|
||||
.onebox.githubcommit,
|
||||
.onebox.githubissue {
|
||||
.github-icon-container {
|
||||
position: absolute;
|
||||
}
|
||||
.github-info-container {
|
||||
h4 {
|
||||
margin: 0 0 10px 50px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue