Bump Harbor versions and raise open rule row stacking
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const HARBOR_VERSIONS = Object.freeze({
|
||||
macClient: '0.6.1',
|
||||
gatewayClient: '0.6.0',
|
||||
macClient: '0.6.2',
|
||||
gatewayClient: '0.6.1',
|
||||
gatewayBackend: '0.6.0',
|
||||
});
|
||||
|
||||
|
||||
@@ -903,6 +903,7 @@ p {
|
||||
}
|
||||
|
||||
.client-local-rule {
|
||||
position: relative;
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 24px 116px minmax(0, 1fr) 112px 28px;
|
||||
@@ -913,6 +914,10 @@ p {
|
||||
transition: opacity 260ms ease, filter 360ms ease;
|
||||
}
|
||||
|
||||
.client-local-rule:has(.client-rule-type.is-open) {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.client-local-rule-status {
|
||||
color: var(--client-muted);
|
||||
font-size: 9px;
|
||||
|
||||
Reference in New Issue
Block a user