add embeded styles
This commit is contained in:
parent
611ab130f3
commit
fb899b062e
1 changed files with 5 additions and 1 deletions
|
|
@ -71,13 +71,17 @@ body.is-embeded footer
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
body.is-embeded .page-content,
|
||||
body.is-embeded > .full.height,
|
||||
body.is-embeded .ui.container {
|
||||
padding: 0;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
body.is-embeded .page-content {
|
||||
padding: 0;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
body.is-embeded .ui.container {
|
||||
width: auto !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue