feature: admin title moved
This commit is contained in:
parent
88a68e971a
commit
5ed512794e
@ -761,10 +761,10 @@ h6 {
|
||||
}
|
||||
|
||||
.content-box__height {
|
||||
min-height: calc(100vh - 50px - 56px); /* Heights of main header and sub-header */
|
||||
min-height: calc(100vh - 50px); /* Heights of main header and sub-header */
|
||||
|
||||
@include breakpoint(lg) {
|
||||
min-height: calc(100vh - 72px - 78.88px);
|
||||
min-height: calc(100vh - 72px);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
div.content-box__info.flex
|
||||
div.content-box__info
|
||||
solid-link(class="backlink right", next='admin-circle-list' data-trans='circle.create.backlink')
|
||||
|
||||
h1.centered(data-trans='circle.create.title')
|
||||
|
@ -4,12 +4,6 @@
|
||||
solid-route(name='admin-circle-create')
|
||||
solid-route(name='circle-left')
|
||||
|
||||
div.segment.padding-xlarge.border-bottom
|
||||
div
|
||||
h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='circle.list.title')
|
||||
div.segment.lg-hidden
|
||||
button.mobile-sidebar-button.jsMobileSidebarOpenButton.icon-arrow-left-circle(data-trans='circle.list.buttonMobile')
|
||||
|
||||
include ../circle/page-circle-left.pug
|
||||
|
||||
#admin-circle-list.content-box__height(hidden, data-view="admin-circle-list")
|
||||
@ -28,6 +22,11 @@
|
||||
widget-account.picture='hubl-user-avatar'
|
||||
)
|
||||
|
||||
div.segment.padding-xlarge.border-bottom
|
||||
div
|
||||
h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='circle.list.title')
|
||||
div.segment.lg-hidden
|
||||
button.mobile-sidebar-button.jsMobileSidebarOpenButton.icon-arrow-left-circle(data-trans='circle.list.buttonMobile')
|
||||
|
||||
div.segment.padding-xlarge
|
||||
div.segment.padding-y-small.margin-bottom.clearfix
|
||||
@ -92,7 +91,7 @@
|
||||
value-user.username='hubl-workaround-493'
|
||||
widget-user.username='solid-form-hidden'
|
||||
|
||||
submit-button=''
|
||||
submit-button='Rejoindre'
|
||||
data-trans='submit-button=circle.list.buttonJoin'
|
||||
)
|
||||
hubl-reactivity(data-src=`${endpoints.circles || endpoints.get.circles}` target-src='${value}')
|
||||
|
Loading…
Reference in New Issue
Block a user