fix(root_frame): fix tabs issues in the root_frame

This commit is contained in:
hexxa 2021-11-27 17:59:53 +08:00 committed by Hexxa
parent 6881d2449e
commit fdb9d25300
8 changed files with 77 additions and 39 deletions

View file

@ -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;