Skip to content

Commit

Permalink
prod css fix and font
Browse files Browse the repository at this point in the history
  • Loading branch information
iliatimofeev committed Jul 3, 2023
1 parent cb4e023 commit cdaf855
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
8 changes: 5 additions & 3 deletions client/components/common/nav-header.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template lang='pug'>
v-app-bar.nav-header#top-bar(
height="100"
app
app
:clipped-left='!$vuetify.rtl'
:clipped-right='$vuetify.rtl'
fixed
flat
fixed
flat
:extended='searchIsShown && $vuetify.breakpoint.smAndDown'
)
v-toolbar(color='deep-purple', flat, slot='extension', v-if='searchIsShown && $vuetify.breakpoint.smAndDown')
Expand Down Expand Up @@ -460,6 +460,7 @@ export default {

<style lang='scss'>
@import "../../scss/joan-styles.scss";
#app {
path {
fill: black;
}
Expand Down Expand Up @@ -583,5 +584,6 @@ path {
.navHeaderLoading { // To avoid search bar jumping
width: 22px;
}
}
</style>
2 changes: 2 additions & 0 deletions client/themes/default/components/nav-sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export default {
</script>
<style lang="scss">
@import '../../../scss/joan-styles.scss';
#app {
.main-menu-parents .v-list-item, .main-menu .v-list-item {
padding: 0;
margin: 0;
Expand Down Expand Up @@ -345,4 +346,5 @@ export default {
font-size: 1.11rem;
font-weight: 600;
}
}
</style>
7 changes: 5 additions & 2 deletions client/themes/default/components/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,8 @@ export default {
<style lang="scss">
@import '../../../scss/joan-styles.scss';
html, body,#root, #app{margin: 0; height: 100%; overflow: hidden}
#app {
.v-main__wrap {
padding: 0px 30px 30px 30px ;
Expand All @@ -1082,7 +1084,7 @@ path{
}
.theme--light.v-toolbar.v-sheet {
background-color: $gray-200;
background-color: white;
}
#toc-col {
// border-right: 1px solid $gray-300;
Expand Down Expand Up @@ -1246,7 +1248,7 @@ path{
font-size: 1.11rem;
font-weight: 600;
.timestamp{
margin-top: -3px;
margin-top: -4px;
position: absolute;
font-size: 0.45em;
font-weight: 400;
Expand Down Expand Up @@ -1461,4 +1463,5 @@ path{
background-color: transparent;
}
}
}
</style>
2 changes: 1 addition & 1 deletion client/themes/default/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import '../../../scss/joan-styles.scss';

#app {
font-family: 'Suisse Intl';
// font-family: 'Suisse Intl';
}
.v-main .contents {
font-family: 'Suisse Intl';
Expand Down

0 comments on commit cdaf855

Please sign in to comment.