#appBar{align-items:center;background-color:var(--background);border-bottom:.5rem solid var(--primary);display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;padding:1.5rem 1rem 1rem}#appBar h1{margin-bottom:-.35em}#appBar .material-design-icon,#appBar h1{color:var(--primaryText)}#appBar .menu{position:relative}#appBar .menu .items{display:flex;flex-direction:column;height:-moz-max-content;height:max-content;list-style:none;padding-top:.5rem;position:absolute;right:0;text-align:center;top:100%;width:-moz-max-content;width:max-content;z-index:10}#appBar .menu .items>*{background-color:var(--primary);font-weight:700;padding:.25rem 1rem}#appBar .menu .items>*,#appBar .menu .items>* *{color:var(--onPrimary)!important}#appBar .menu .items>:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding-top:.5rem}#appBar .menu .items>:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;padding-bottom:.5rem}#appBar .menu:not(:hover) .items{display:none}
