fixed mdi icon size in texts #1941

This commit is contained in:
2023-02-18 21:12:26 +01:00
parent 8494e5a0e2
commit aa0382338c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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;
+1 -1
View File
@@ -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]