update: padding for admin-circles and -projects + send and edit icons rounded
This commit is contained in:
parent
61a7bfd222
commit
3f840a3005
@ -31,7 +31,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
|||||||
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
|
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
|
||||||
|
|
||||||
if endpoints.users || (endpoints.get && endpoints.get.users)
|
if endpoints.users || (endpoints.get && endpoints.get.users)
|
||||||
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
|
||||||
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
|
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
|
||||||
|
|
||||||
script(src="/scripts/index.js" defer)
|
script(src="/scripts/index.js" defer)
|
||||||
|
@ -568,6 +568,10 @@ h5 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@ -700,6 +704,12 @@ a,
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
height: 42px;
|
||||||
|
width: 42px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button-link {
|
&.button-link {
|
||||||
|
@ -153,6 +153,10 @@
|
|||||||
.desktop-btn-margin__left;
|
.desktop-btn-margin__left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.is-spaced {
|
||||||
|
padding: 0.8rem 2.2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell-with-name {
|
.cell-with-name {
|
||||||
@ -164,7 +168,6 @@
|
|||||||
|
|
||||||
/* Styles of elements inside cells */
|
/* Styles of elements inside cells */
|
||||||
|
|
||||||
.user-thumb,
|
|
||||||
[name='user-thumb'] {
|
[name='user-thumb'] {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
solid-widget(name='hubl-circle-owner')
|
solid-widget(name='hubl-circle-owner')
|
||||||
template
|
template
|
||||||
solid-display.user-thumb.is-spaced(
|
solid-display.user-thumb.block.is-spaced(
|
||||||
data-src='${await value}'
|
data-src='${await value}'
|
||||||
fields='account.picture, sup(name), sub(username)'
|
fields='account.picture, sup(name), sub(username)'
|
||||||
|
|
||||||
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
class-circle.name='w280 border cell-with-name'
|
class-circle.name='w280 border cell-with-name'
|
||||||
class-circle.owner='w280 border cell-with-id-card'
|
class-circle.owner='w280 border cell-with-id-card'
|
||||||
class-leaveButton='w280 border cell-with-buttons'
|
class-leaveButton='w280 border cell-with-buttons is-spaced'
|
||||||
|
|
||||||
action-leaveButton="joinButton"
|
action-leaveButton="joinButton"
|
||||||
widget-leaveButton="hubl-admin-circle-leave-button"
|
widget-leaveButton="hubl-admin-circle-leave-button"
|
||||||
@ -108,7 +108,7 @@
|
|||||||
class-owner='w280 border cell-with-id-card'
|
class-owner='w280 border cell-with-id-card'
|
||||||
widget-owner='hubl-circle-owner'
|
widget-owner='hubl-circle-owner'
|
||||||
|
|
||||||
class-members='w280 border cell-with-buttons'
|
class-members='w280 border cell-with-buttons is-spaced'
|
||||||
widget-members="hubl-admin-circle-join-button"
|
widget-members="hubl-admin-circle-join-button"
|
||||||
|
|
||||||
order-by="name"
|
order-by="name"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
solid-widget(name='hubl-project-captain')
|
solid-widget(name='hubl-project-captain')
|
||||||
template
|
template
|
||||||
solid-display.user-thumb.is-spaced(
|
solid-display.user-thumb.block.is-spaced(
|
||||||
data-src='${await value}'
|
data-src='${await value}'
|
||||||
fields='account.picture, sup(name), sub(username)'
|
fields='account.picture, sup(name), sub(username)'
|
||||||
|
|
||||||
@ -87,7 +87,7 @@
|
|||||||
class-project.name='w280 cell border cell-with-name'
|
class-project.name='w280 cell border cell-with-name'
|
||||||
class-project.members='w280 cell border cell-with-id-card'
|
class-project.members='w280 cell border cell-with-id-card'
|
||||||
class-project.captain='w280 cell border cell-with-id-card'
|
class-project.captain='w280 cell border cell-with-id-card'
|
||||||
class-leaveButton='w230 cell border cell-with-buttons'
|
class-leaveButton='w230 cell border cell-with-buttons is-spaced'
|
||||||
|
|
||||||
action-leaveButton="joinButton"
|
action-leaveButton="joinButton"
|
||||||
widget-leaveButton="hubl-admin-project-leave-button"
|
widget-leaveButton="hubl-admin-project-leave-button"
|
||||||
@ -127,7 +127,7 @@
|
|||||||
class-name='w280 cell border cell-with-name'
|
class-name='w280 cell border cell-with-name'
|
||||||
class-members='w280 cell border cell-with-id-card'
|
class-members='w280 cell border cell-with-id-card'
|
||||||
class-captain='w280 cell border cell-with-id-card'
|
class-captain='w280 cell border cell-with-id-card'
|
||||||
class-joinButton='w230 cell border cell-with-buttons'
|
class-joinButton='w230 cell border cell-with-buttons is-spaced'
|
||||||
|
|
||||||
action-joinButton="joinButton" # Workaround: I need members two times
|
action-joinButton="joinButton" # Workaround: I need members two times
|
||||||
widget-joinButton="hubl-admin-project-join-button"
|
widget-joinButton="hubl-admin-project-join-button"
|
||||||
|
Loading…
Reference in New Issue
Block a user