mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[CL-499][PM-14020] compact mode (#11796)
This commit is contained in:
@@ -175,5 +175,9 @@ module.exports = {
|
||||
addVariant(state, [`&:${state}`, `&.test-${state}`]);
|
||||
}
|
||||
}),
|
||||
/** Plugin for compact mode */
|
||||
plugin(function ({ addVariant }) {
|
||||
addVariant("bit-compact", ".bit-compact &");
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user