@things-factory/board-ui 7.0.2 → 7.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,8 @@ export const GroupBarStyles = css`
18
18
  }
19
19
 
20
20
  li {
21
- display: inline-block;
21
+ display: flex;
22
+ align-items: center;
22
23
 
23
24
  box-sizing: border-box;
24
25
  border-bottom: var(--group-bar-line);
@@ -17,7 +17,8 @@ export const GroupBarStyles = css `
17
17
  }
18
18
 
19
19
  li {
20
- display: inline-block;
20
+ display: flex;
21
+ align-items: center;
21
22
 
22
23
  box-sizing: border-box;
23
24
  border-bottom: var(--group-bar-line);
@@ -1 +1 @@
1
- {"version":3,"file":"group-bar-styles.js","sourceRoot":"","sources":["../../client/board-list/group-bar-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAEzB,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DhC,CAAA","sourcesContent":["import { css } from 'lit'\n\nexport const GroupBarStyles = css`\n :host {\n background-color: var(--group-bar-background-color);\n\n overflow-x: hidden;\n }\n\n ul {\n display: flex;\n flex-direction: row;\n box-sizing: border-box;\n list-style: none;\n margin: 0;\n padding: 0;\n white-space: nowrap;\n }\n\n li {\n display: inline-block;\n\n box-sizing: border-box;\n border-bottom: var(--group-bar-line);\n align-self: auto;\n min-height: 43px;\n padding: 4px 8px;\n\n * {\n vertical-align: text-top;\n }\n\n a {\n display: block;\n text-decoration: none;\n font: var(--group-bar-textbutton);\n color: var(--md-sys-color-on-secondary-container);\n opacity: 0.8;\n }\n\n a md-icon {\n font-variation-settings: 'FILL' 1;\n }\n\n &[active] {\n border-color: var(--group-bar-active-line-color);\n\n a {\n font: var(--group-bar-textbutton-active);\n opacity: 1;\n }\n }\n\n &[padding] {\n flex: 1;\n }\n\n &[add] * {\n color: var(--md-sys-color-on-secondary-container);\n }\n }\n`\n"]}
1
+ {"version":3,"file":"group-bar-styles.js","sourceRoot":"","sources":["../../client/board-list/group-bar-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAEzB,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4DhC,CAAA","sourcesContent":["import { css } from 'lit'\n\nexport const GroupBarStyles = css`\n :host {\n background-color: var(--group-bar-background-color);\n\n overflow-x: hidden;\n }\n\n ul {\n display: flex;\n flex-direction: row;\n box-sizing: border-box;\n list-style: none;\n margin: 0;\n padding: 0;\n white-space: nowrap;\n }\n\n li {\n display: flex;\n align-items: center;\n\n box-sizing: border-box;\n border-bottom: var(--group-bar-line);\n align-self: auto;\n min-height: 43px;\n padding: 4px 8px;\n\n * {\n vertical-align: text-top;\n }\n\n a {\n display: block;\n text-decoration: none;\n font: var(--group-bar-textbutton);\n color: var(--md-sys-color-on-secondary-container);\n opacity: 0.8;\n }\n\n a md-icon {\n font-variation-settings: 'FILL' 1;\n }\n\n &[active] {\n border-color: var(--group-bar-active-line-color);\n\n a {\n font: var(--group-bar-textbutton-active);\n opacity: 1;\n }\n }\n\n &[padding] {\n flex: 1;\n }\n\n &[add] * {\n color: var(--md-sys-color-on-secondary-container);\n }\n }\n`\n"]}