[#if themeDisplay.isSignedIn()] [@liferay_aui.style] #${fragmentEntryLinkNamespace}-account-selector-dropdown-menu { margin: 0; max-height: unset; max-width: unset; min-height: unset; min-width: unset; overflow: unset; padding: 0; } [#if layoutMode == 'edit'] #${fragmentEntryLinkNamespace}-account-selector-dropdown-menu.show { left: auto; right: 0; } [/#if] #${fragmentEntryLinkNamespace}-account-selector-dropdown-menu .dropdown-divider { margin: 0; } #${fragmentEntryLinkNamespace}-account-selector-dropdown-menu .account-selector-dropdown-panel { display: flex; flex-direction: column; max-height: ${configuration.dropdownMaxHeight}px; max-width: ${configuration.dropdownWidth}px; min-width: ${configuration.dropdownWidth}px; } #${fragmentEntryLinkNamespace}-account-selector-dropdown-menu .fds table { overflow-x: clip; } #${fragmentEntryLinkNamespace}-account-selector-panel-slider { display: flex; transition: transform ${configuration.panelAnimationDuration}s linear; } #${fragmentEntryLinkNamespace}-account-selector-panel-slider .account-selector-panel-content { width: ${configuration.dropdownWidth}px; } #${fragmentEntryLinkNamespace}-account-selector-panel-wrapper { overflow-x: hidden; } [/@]