@@ -20,7 +20,7 @@ export default class Page extends React.Component {
return (
<>
<UserPicture user={page.lastUpdateUser} noLink={noLink} />
- {pagePathElem}
+ <span className="ml-1">{pagePathElem}</span>
<PageListMeta page={page} />
</>
);
@@ -7,7 +7,7 @@ const PagePathLabel = (props) => {
const dPagePath = new DevidedPagePath(props.page.path, false, true);
- let classNames = ['page-path'];
+ let classNames = [''];
classNames = classNames.concat(props.additionalClassNames);
if (props.isLatterOnly) {
@@ -164,7 +164,7 @@ class SearchTypeahead extends React.Component {
<span>
<UserPicture user={page.lastUpdateUser} size="sm" noLink />
- <PagePathLabel page={page} />
+ <span className="ml-1"><PagePathLabel page={page} /></span>
</span>
@@ -1,4 +1,4 @@
-.page-list {
+body .page-list {
.page-list-container {
font-size: 15px;
line-height: 1.6em;
@@ -6,15 +6,12 @@
.page-list-ul {
padding-left: 0;
+ margin: 0;
> li {
list-style: none;
- .picture {
- width: 16px;
- height: 16px;
- }
-
> a {
padding: 0px;
color: inherit;
@@ -22,22 +19,23 @@
&:hover {
}
+ }
- span.page-path {
- padding: 0 4px;
+ .picture {
+ width: 16px;
+ height: 16px;
- > span.page-list-meta {
- font-size: 0.9em;
+ .page-list-meta {
+ font-size: 0.9em;
- > span {
- margin-right: 0.3rem;
+ > span {
+ margin-right: 0.3rem;
- i {
- margin-right: 2px;
+ i {
+ margin-right: 2px;
@@ -10,7 +10,7 @@
<li>
<img src="{{ page.lastUpdateUser|picture }}" class="picture rounded-circle">
<a href="{{ page.path }}"
- class="text-break"
+ class="text-break ml-1"
data-path="{{ page.path }}">{{ decodeURIComponent(page.path) }}
</a>
<span class="page-list-meta">