Update CSS

This commit is contained in:
Natsumi
2021-01-02 03:45:01 +13:00
parent 3c451e4876
commit a80fb04c72
4 changed files with 155 additions and 110 deletions

View File

@@ -141,6 +141,7 @@ a {
width: 100%;
height: 100%;
overflow: hidden auto;
cursor: default;
}
.x-container {
@@ -528,6 +529,11 @@ i.x-user-status.busy {
border-color: rgb(255, 208, 0);
}
.el-tag.x-tag-vrcplus {
color: rgb(255, 208, 0);
border-color: rgb(255, 208, 0);
}
.el-tree-node {
white-space: normal;
}
@@ -542,3 +548,22 @@ i.x-user-status.busy {
border: 0;
border-radius: 2px;
}
.options-container {
margin-top: 30px;
}
.options-container .header {
font-weight: bold;
font-size: 18px;
}
.options-container-item {
font-size: 12px;
margin-top: 5px;
}
.options-container-item .name {
display: inline-block;
min-width: 150px
}