Skip to content

Commit

Permalink
title style
Browse files Browse the repository at this point in the history
  • Loading branch information
richshaw2015 committed Jan 8, 2022
1 parent 1d346a8 commit c65ef97
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions public/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,30 +56,30 @@ main {
}

h1 {
font-size: 1.8rem;
font-size: 1.6rem;
margin-top: 1rem;
margin-bottom: 0.6rem;
}
h2 {
font-size: 1.6rem;
font-size: 1.5rem;
margin-top: 0.8rem;
margin-bottom: 0.4rem;
}
h3 {
font-size: 1.5rem;
font-size: 1.4rem;
margin-top: 0.6rem;
margin-bottom: 0.2rem;
}
h4 {
font-size: 1.3rem;
font-size: 1.2rem;
margin-top: 0.4rem;
margin-bottom: 0.2rem;
}
h5 {
font-size: 1.2rem;
font-size: 1.1rem;
}
h6 {
font-size: 1.1rem;
font-size: 1.0rem;
}
.flow-text {
font-size:1.2rem
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
},
plugins: [
replace({
'__SERVER__': production ? 'https://dinorss.org' : 'http://192.168.1.5:8000',
'__SERVER__': production ? 'https://dinorss.org' : 'http://127.0.0.1:8000',
'CONF/TOKEN': production ? 'CONF/TOKEN' : 'CONF/DEBUG/TOKEN',
'CONF/USER' : production ? 'CONF/USER' : 'CONF/DEBUG/USER',
'preventAssignment': true
Expand Down
12 changes: 6 additions & 6 deletions src/components/rightPost/Title.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
cursor: move;
}
#omr-post-title-bar > i {
width: 54px;
min-width: 54px;
padding-left: 15px;
padding-right: 15px;
width: 40px;
min-width: 40px;
padding-left: 8px;
}
.post-title {
flex-grow: 1;
font-size: 1.8rem;
font-size: 1.6rem;
margin-top: 16px;
margin-bottom: 16px;
margin-bottom: 10px;
word-break: break-word;
}
#omr-modal-font-size {
padding: 12px;
margin: 0;
Expand Down

0 comments on commit c65ef97

Please sign in to comment.