fixed mdi icon size in texts #1941
This commit is contained in:
+4
-4
@@ -705,10 +705,6 @@ section[role="main-content"]{
|
||||
span.objectName{
|
||||
font-weight: 500;
|
||||
}
|
||||
span.mdi.index-item-icon{
|
||||
font-size: 0.630em;
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
a{
|
||||
font-weight: 500;
|
||||
@@ -726,6 +722,10 @@ section[role="main-content"]{
|
||||
}
|
||||
}
|
||||
|
||||
span.mdi.index-item-icon{
|
||||
font-size: 14px;
|
||||
vertical-align: super;
|
||||
}
|
||||
span[role="pageNum"]{
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
|
||||
@@ -146,7 +146,7 @@ export default {
|
||||
return Promise.all(state.editionsuuids.map(function (uuid) {
|
||||
return REST.get(`${window.apipath}/texts/${uuid}/toc`, {})
|
||||
.then(({ data }) => {
|
||||
// console.log('corpus getEditionsTocs REST: uuid, data', uuid, data)
|
||||
console.log('corpus getEditionsTocs REST: uuid, data', uuid, data)
|
||||
// work arround
|
||||
// if (!Array.isArray(data.content)) {
|
||||
// data.content = [data.content]
|
||||
|
||||
Reference in New Issue
Block a user