This commit is contained in:
@@ -648,6 +648,24 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.inv-qty {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
font-size: 11px;
|
||||
min-width: 48px;
|
||||
justify-content: center;
|
||||
a {
|
||||
font-size: 9px;
|
||||
cursor: pointer;
|
||||
color: rgba(0,0,0,0.4);
|
||||
&:hover { color: rgba(0,0,0,0.8); }
|
||||
}
|
||||
span {
|
||||
min-width: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.inv-enc, .inv-uses, .inv-capacity {
|
||||
font-size: 11px;
|
||||
color: #555;
|
||||
@@ -710,6 +728,24 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.inv-qty {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
font-size: 10px;
|
||||
min-width: 40px;
|
||||
justify-content: center;
|
||||
a {
|
||||
font-size: 8px;
|
||||
cursor: pointer;
|
||||
color: rgba(0,0,0,0.4);
|
||||
&:hover { color: rgba(0,0,0,0.8); }
|
||||
}
|
||||
span {
|
||||
min-width: 14px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.inv-enc {
|
||||
font-size: 10px;
|
||||
color: #555;
|
||||
|
||||
Reference in New Issue
Block a user