fix(browser): fix css issues
This commit is contained in:
parent
8253c82db0
commit
f181c023a6
3 changed files with 554 additions and 56 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
.theme-default #bg {
|
||||
background: url("/static/img/textured_paper.png") repeat fixed center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0 0 2rem 0;
|
||||
}
|
||||
|
||||
.theme-default #top-bar {
|
||||
|
@ -116,6 +119,7 @@
|
|||
.theme-default #browser .item-op {
|
||||
line-height: 4rem;
|
||||
padding: 1rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.theme-default #browser .error {
|
||||
|
@ -144,13 +148,6 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
/* .theme-default .op-bar {
|
||||
background: rgba(255, 255, 255, 1);
|
||||
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
|
||||
backdrop-filter: blur(9.5px);
|
||||
-webkit-backdrop-filter: blur(9.5px);
|
||||
} */
|
||||
|
||||
.theme-default .red-btn {
|
||||
background-color: #e74c3c;
|
||||
color: #fff;
|
||||
|
@ -307,3 +304,11 @@
|
|||
font-size: 1.2rem;
|
||||
background-color: #ecf0f6;
|
||||
}
|
||||
|
||||
#item-list .item-name-vertical {
|
||||
width: 14rem;
|
||||
}
|
||||
|
||||
#item-list .item-name-horizontal {
|
||||
width: 48rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue