Skip to content

Commit

Permalink
fix(Page): smaller title font size to prevent cut off edges
Browse files Browse the repository at this point in the history
* Prevent cut off edges in emoji button
* Prevent cut off lower letter parts in title with some fonts

Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Sep 25, 2023
1 parent e6f814b commit 38d22c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Collectives.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default {
}
#version-title, #titleform input[type='text'] {
font-size: 35px;
font-size: 30px;
border: none;
color: var(--color-main-text);
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions src/components/Collective.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ export default {
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
font-size: 24px;
min-width: 44px;
height: 43px;
opacity: 0.8;
.button-emoji-page {
width: 44px;
padding: 0px 4px;
font-size: 30px;
font-size: 24px;
&.mobile {
font-size: 25px;
Expand Down

0 comments on commit 38d22c7

Please sign in to comment.