diff --git a/src/components/LinkItems/Item.vue b/src/components/LinkItems/Item.vue index f4a433c6..1a33a818 100644 --- a/src/components/LinkItems/Item.vue +++ b/src/components/LinkItems/Item.vue @@ -12,7 +12,7 @@ :style="`--open-icon: ${getUnicodeOpeningIcon()}; ${customStyles}`" > -
+
{{ title }}

{{ description }}

@@ -319,6 +319,12 @@ export default { .tile-title { min-width: 100px; max-width: 160px; + &.no-icon { + text-align: left; + width: 100%; + max-width: inherit; + margin-left: 0.5rem; + } } } /* Large Tile Specific Themes */ diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index 48e63002..9171b192 100644 --- a/src/styles/color-themes.scss +++ b/src/styles/color-themes.scss @@ -926,6 +926,8 @@ html[data-theme="dashy-docs"] { border: none; color: var(--background); font-weight: bold; + min-width: 5rem; + text-align: center; } .minimal-section-heading { diff --git a/src/utils/defaults.js b/src/utils/defaults.js index 4d3d400e..10d18ad1 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -38,29 +38,27 @@ module.exports = { builtInThemes: [ 'callisto', 'thebe', - 'dracula', + 'oblivion', 'material', 'material-dark', + 'dracula', 'colorful', - 'nord', - 'nord-frost', + 'dashy-docs', 'minimal-dark', 'minimal-light', - 'oblivion', + 'nord', + 'nord-frost', + 'cyberpunk', 'matrix', 'matrix-red', - 'hacker-girl', 'raspberry-jam', 'bee', 'tiger', - 'blue-purple', + 'vaporware', 'material-original', 'material-dark-original', - 'cyberpunk', - 'vaporware', 'high-contrast-dark', 'high-contrast-light', - 'dashy-docs', ], /* Which structural components should be visible by default */ visibleComponents: {