css: remove unused classes
This commit is contained in:
parent
4e9636ad83
commit
bb2e49515d
1 changed files with 0 additions and 26 deletions
|
@ -1,8 +1,3 @@
|
||||||
.vcd-tray-settings {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vcd-tray-container {
|
.vcd-tray-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -21,17 +16,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.vcd-tray-setting-switch {
|
|
||||||
flex-grow: 1;
|
|
||||||
align-self: flex-start;
|
|
||||||
margin-right: -4.5rem;
|
|
||||||
}
|
|
||||||
.vcd-tray-setting-customize {
|
|
||||||
align-self: right;
|
|
||||||
position: relative;
|
|
||||||
margin-right: 0em;
|
|
||||||
bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vcd-tray-icon-wrap {
|
.vcd-tray-icon-wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -81,16 +65,6 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vcd-custom-tray-icon-form-text {
|
|
||||||
font-size: medium;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vcd-custom-tray-icon-label {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vcd-custom-tray-buttons {
|
.vcd-custom-tray-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in a new issue