Skip to content

Commit

Permalink
Adjust typography
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Feb 8, 2025
1 parent b4c87c0 commit 78450fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Tekst-Web/public/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
--font-size-small: 14px;
--font-size-medium: 16px;
--font-size-large: 20px;
--font-size-huge: 24px;
--font-size-gigantic: 26px;
--font-size-huge: 22px;
--font-size-gigantic: 24px;

--border-radius: 4px;
--block-box-shadow: 0 3px 6px 4px rgba(0, 0, 0, 0.04);
Expand Down
1 change: 0 additions & 1 deletion Tekst-Web/src/components/browse/ContentContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ const fromChildLevel = computed(
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: var(--font-size-large);
}
.content-header-title > span {
Expand Down
3 changes: 1 addition & 2 deletions Tekst-Web/src/layout/PageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ const themeVars = useThemeVars();

<style scoped>
#current-text {
--current-text-height: 64px;
height: var(--current-text-height);
height: 64px;
display: flex;
column-gap: 24px;
flex-wrap: wrap;
Expand Down

0 comments on commit 78450fa

Please sign in to comment.