mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #19491 from opf/bug/65612-trial-teaser-in-left-pane-is-too-narrow
[65612] Adjust spacings in sidebar
This commit is contained in:
@@ -43,9 +43,7 @@ module EnterpriseEdition
|
||||
def set_system_arguments(system_arguments)
|
||||
@system_arguments = system_arguments
|
||||
@system_arguments[:tag] = :div
|
||||
@system_arguments[:mx] = 2
|
||||
@system_arguments[:mt] = 2
|
||||
@system_arguments[:mb] = 3
|
||||
@system_arguments[:my] = 2
|
||||
@system_arguments[:id] = "op-enterprise-banner-teaser"
|
||||
@system_arguments[:test_selector] = "op-enterprise-banner"
|
||||
@system_arguments[:classes] = class_names(
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
top: 0
|
||||
z-index: 1
|
||||
background: var(--main-menu-bg-color)
|
||||
padding: 12px var(--main-menu-x-spacing)
|
||||
padding: 4px 0
|
||||
color: var(--main-menu-font-color)
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
@@ -190,7 +190,7 @@ $arrow-left-width: 36px
|
||||
top: 0
|
||||
z-index: 1
|
||||
background: var(--main-menu-bg-color)
|
||||
padding: 0px 10px 0 0px
|
||||
padding: 0
|
||||
height: calc(var(--main-menu-item-height) + 10px)
|
||||
|
||||
.main-menu--arrow-left-to-project:not(.Button)
|
||||
|
||||
Reference in New Issue
Block a user