fix - right sidebar: float + clear problem fixed
This commit is contained in:
parent
63ef00578d
commit
3649d000c2
6
package-lock.json
generated
6
package-lock.json
generated
@ -1159,9 +1159,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@startinblox/hubl-styling-framework": {
|
"@startinblox/hubl-styling-framework": {
|
||||||
"version": "1.4.17",
|
"version": "1.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.4.17.tgz",
|
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.7.1.tgz",
|
||||||
"integrity": "sha512-t/9GhudG0D82h40EXQM9v6UswtCvyNFjUEkoL2jMEAtw3FgC3aXC58sQX5p5zxl405zS1rffK2wENu/xH34khA=="
|
"integrity": "sha512-ypkeS8EJqVN7rETBxYUJRB6C+e06HksfZH9TLLgX6dwzw2G8RLdwzQGStj8Ev5/a/XGRYiY5yFcZ17cSNvRP2Q=="
|
||||||
},
|
},
|
||||||
"@types/q": {
|
"@types/q": {
|
||||||
"version": "1.5.4",
|
"version": "1.5.4",
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@startinblox/hubl-styling-framework": "^1.4.17",
|
"@startinblox/hubl-styling-framework": "^1.7.1",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
|
@ -28,8 +28,8 @@ if endpoints.get
|
|||||||
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
||||||
|
|
||||||
if endpoints.get.uploads && endpoints.get.skills && endpoints.get.users
|
if endpoints.get.uploads && endpoints.get.skills && endpoints.get.users
|
||||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@beta" defer)
|
//- script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@beta" defer)
|
||||||
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
||||||
|
|
||||||
if endpoints.get.dashboards
|
if endpoints.get.dashboards
|
||||||
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@beta" defer)
|
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@beta" defer)
|
||||||
|
@ -30,4 +30,4 @@ main#content {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
ul
|
ul
|
||||||
li.segment.full.padding-small.text-normal.jsOffsiteToggle
|
li.segment.full.padding-small.text-normal.jsOffsiteToggle
|
||||||
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
||||||
span.text-right(hidden, style='float:right;')
|
span.segment.full.text-right(hidden)
|
||||||
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
||||||
a(data-trans='admin.menuRight.fold')
|
a(data-trans='admin.menuRight.fold')
|
||||||
if (endpoints.users || (endpoints.get && endpoints.get.users))
|
if (endpoints.users || (endpoints.get && endpoints.get.users))
|
||||||
|
@ -16,7 +16,7 @@ nav.jsRightMenu.text-disable-selection.sidebar.whitespace-normal(role='navigatio
|
|||||||
ul
|
ul
|
||||||
li.segment.full.padding-small.text-normal.jsOffsiteToggle
|
li.segment.full.padding-small.text-normal.jsOffsiteToggle
|
||||||
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
||||||
span.text-right(hidden, style='float:right;')
|
span.segment.full.text-right(hidden)
|
||||||
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
||||||
a(data-trans='circle.menuRight.fold')
|
a(data-trans='circle.menuRight.fold')
|
||||||
solid-route.segment.full(name='circle-chat')
|
solid-route.segment.full(name='circle-chat')
|
||||||
|
@ -12,7 +12,7 @@ nav.jsRightMenu.text-disable-selection.sidebar.whitespace-normal(role='navigatio
|
|||||||
ul
|
ul
|
||||||
li.segment.full.padding-small.text-normal.jsOffsiteToggle
|
li.segment.full.padding-small.text-normal.jsOffsiteToggle
|
||||||
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
span.icon.icon-arrow-left.icon-xsmall.margin-left-xxsmall.text-left
|
||||||
span.text-right(hidden, style='float:right;')
|
span.segment.full.text-right(hidden)
|
||||||
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
span.icon.icon-arrow-right.icon-xsmall.margin-right-xxsmall
|
||||||
a(data-trans='project.menuRight.fold')
|
a(data-trans='project.menuRight.fold')
|
||||||
solid-route.segment.full(name='project-chat')
|
solid-route.segment.full(name='project-chat')
|
||||||
|
Loading…
Reference in New Issue
Block a user