fix(ui): fix layout of list & pane (#66)

* fix(ui): refine pane layout

* fix(test): add pane_admin component
This commit is contained in:
Hexxa 2021-07-25 03:19:57 -05:00 committed by GitHub
parent df46915147
commit 916ec7c2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 294 additions and 46 deletions

View file

@ -73,17 +73,6 @@ img {
max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
padding: 1rem 0;
}
table {
border-collapse: collapse;
border-spacing: 0;

View file

@ -53,7 +53,7 @@
.container-center {
margin: 2rem auto auto auto;
width: 96%;
max-width: 800px;
max-width: 80rem;
z-index: 9;
}
@ -75,7 +75,7 @@
}
#panes .container {
max-width: 960px;
max-width: 80rem;
width: 96%;
background-color: white;
z-index: 101;
@ -629,4 +629,8 @@ div.hr {
.breadcrumb {
font-size: 1.4rem;
}
.txt-cap {
text-transform: capitalize;
}