fix - right sidebar: float + clear problem fixed

This commit is contained in:
gaelle morin 2021-01-23 15:42:09 +01:00
parent 63ef00578d
commit 3649d000c2
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
7 changed files with 10 additions and 10 deletions

6
package-lock.json generated
View File

@ -1159,9 +1159,9 @@
}
},
"@startinblox/hubl-styling-framework": {
"version": "1.4.17",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.4.17.tgz",
"integrity": "sha512-t/9GhudG0D82h40EXQM9v6UswtCvyNFjUEkoL2jMEAtw3FgC3aXC58sQX5p5zxl405zS1rffK2wENu/xH34khA=="
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.7.1.tgz",
"integrity": "sha512-ypkeS8EJqVN7rETBxYUJRB6C+e06HksfZH9TLLgX6dwzw2G8RLdwzQGStj8Ev5/a/XGRYiY5yFcZ17cSNvRP2Q=="
},
"@types/q": {
"version": "1.5.4",

View File

@ -45,7 +45,7 @@
]
},
"dependencies": {
"@startinblox/hubl-styling-framework": "^1.4.17",
"@startinblox/hubl-styling-framework": "^1.7.1",
"cross-env": "^7.0.3",
"fs-extra": "^9.0.1",
"normalize.css": "^8.0.1",

View File

@ -28,8 +28,8 @@ if endpoints.get
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
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="/lib/solid-directory/dist/index.js" 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)
if endpoints.get.dashboards
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@beta" defer)

View File

@ -30,4 +30,4 @@ main#content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

View File

@ -24,7 +24,7 @@
ul
li.segment.full.padding-small.text-normal.jsOffsiteToggle
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
a(data-trans='admin.menuRight.fold')
if (endpoints.users || (endpoints.get && endpoints.get.users))

View File

@ -16,7 +16,7 @@ nav.jsRightMenu.text-disable-selection.sidebar.whitespace-normal(role='navigatio
ul
li.segment.full.padding-small.text-normal.jsOffsiteToggle
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
a(data-trans='circle.menuRight.fold')
solid-route.segment.full(name='circle-chat')

View File

@ -12,7 +12,7 @@ nav.jsRightMenu.text-disable-selection.sidebar.whitespace-normal(role='navigatio
ul
li.segment.full.padding-small.text-normal.jsOffsiteToggle
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
a(data-trans='project.menuRight.fold')
solid-route.segment.full(name='project-chat')