mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
.github-icon-container {
|
||||||
position: absolute;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
@ -474,9 +473,6 @@ pre.onebox code {
|
|||||||
|
|
||||||
.github-info-container {
|
.github-info-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
h4 {
|
|
||||||
margin: 0 0 10px 50px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-info {
|
.github-info {
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
@import "menu-panel";
|
@import "menu-panel";
|
||||||
@import "modal";
|
@import "modal";
|
||||||
@import "new-user";
|
@import "new-user";
|
||||||
|
@import "onebox";
|
||||||
@import "personal-message";
|
@import "personal-message";
|
||||||
@import "push-notifications-mobile";
|
@import "push-notifications-mobile";
|
||||||
@import "reviewables";
|
@import "reviewables";
|
||||||
|
13
app/assets/stylesheets/mobile/onebox.scss
Normal file
13
app/assets/stylesheets/mobile/onebox.scss
Normal file
@ -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
Block a user