Fixed widget hyperlink assignments and layout styles. (#4)

This commit is contained in:
Alexander Zaslonov 2021-03-16 13:46:12 -07:00 коммит произвёл GitHub
Родитель 7d8b038e41
Коммит 11f40aea28
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 10 добавлений и 25 удалений

Просмотреть файл

@ -1201,19 +1201,6 @@
"file": "https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf"
}
]
},
"icons": {
"displayName": "Icons",
"family": "Website Icons",
"key": "fonts/icons",
"variants": [
{
"sourceKey": "fonts/icons/regular",
"permalink": "/styles/fonts/icons-regular.ttf",
"style": "normal",
"weight": "400"
}
]
}
},
"globals": {
@ -1697,14 +1684,6 @@
},
"key": "utils/text"
}
},
"icons": {
"f7LPr": {
"key": "icons/f7LPr",
"name": "star",
"displayName": "star",
"unicode": 61445
}
}
},
"settings": {
@ -2816,13 +2795,19 @@
"itemStyleView": "dropdown",
"allowSelection": true,
"defaultGroupByTagToEnabled": false,
"detailsPageHyperlink": null
"detailsPageHyperlink": {
"target": "_self",
"targetKey": "pages/1b2a9e4c-d53b-99d1-e363-348630d982b5"
}
},
{
"type": "operationList",
"allowSelection": true,
"defaultGroupByTagToEnabled": false,
"detailsPageHyperlink": null
"detailsPageHyperlink": {
"target": "_self",
"targetKey": "pages/1b2a9e4c-d53b-99d1-e363-348630d982b5"
}
}
],
"role": "aside",

Просмотреть файл

Просмотреть файл

@ -404,7 +404,7 @@ main {
flex-basis: 100%;
max-width: 100%;
* {
& > * {
max-width: 100%;
}
}
@ -414,7 +414,7 @@ main {
flex-basis: auto;
max-width: 100%;
* {
& > * {
max-width: 100%;
}
}