fix(root_frame): fix tabs issues in the root_frame
This commit is contained in:
parent
6881d2449e
commit
fdb9d25300
8 changed files with 77 additions and 39 deletions
|
@ -78,7 +78,7 @@
|
|||
/* padding: 1rem; */
|
||||
}
|
||||
|
||||
#browser .container {
|
||||
.container {
|
||||
width: 100%;
|
||||
color: #34495e;
|
||||
background-color: white;
|
||||
|
@ -175,6 +175,16 @@
|
|||
margin: auto 1rem auto auto;
|
||||
}
|
||||
|
||||
.theme-default .float-l {
|
||||
display: inline-block;
|
||||
margin: auto 1rem auto auto;
|
||||
}
|
||||
|
||||
.theme-default .float-r {
|
||||
display: inline-block;
|
||||
margin: auto auto 1rem 1rem;
|
||||
}
|
||||
|
||||
.theme-default .float-input {
|
||||
display: inline-block;
|
||||
margin: auto 1rem 1rem auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue