UX: minor css tweaks
This commit is contained in:
parent
cbebafd148
commit
9aaa83aa29
|
@ -197,7 +197,7 @@ export default createWidget("discourse-post-event", {
|
||||||
<span class="separator">·</span>
|
<span class="separator">·</span>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
<span class="creators">
|
<span class="creators">
|
||||||
<span>{{i18n "discourse_post_event.event_ui.created_by"}}</span>
|
<span class="created-by">{{i18n "discourse_post_event.event_ui.created_by"}}</span>
|
||||||
{{attach widget="discourse-post-event-creator" attrs=(hash user=state.eventModel.creator)}}
|
{{attach widget="discourse-post-event-creator" attrs=(hash user=state.eventModel.creator)}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.widget-dropdown {
|
.widget-dropdown {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -16,4 +16,10 @@
|
||||||
right: -2px;
|
right: -2px;
|
||||||
bottom: -2px;
|
bottom: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.creators {
|
||||||
|
.created-by {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue