mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Update CSS
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user