Skip to content

Commit

Permalink
Merge pull request #179 from h3poteto/default-bg
Browse files Browse the repository at this point in the history
fix: Set global background color to white
  • Loading branch information
h3poteto authored Apr 2, 2018
2 parents 404efd4 + fbcfc4e commit aa9cb0a
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 12 deletions.
4 changes: 4 additions & 0 deletions src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<style lang="scss">
body { font-family: 'Noto Sans', sans-serif; }
html, body, #app {
background-color: #ffffff;
}
html, body, #app, #global_header {
height: 100%;
margin: 0;
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/TimelineSpace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export default {
top: 0;
left: 245px;
height: 48px;
background-color: #ffffff;
border-bottom: solid 1px #dcdfe6;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function findLink (target) {
.favourite {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default {
.follow {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function findLink (target) {
.reblog {
padding: 8px 0 0 16px;
background-color: #ffffff;
.action {
margin-right: 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ function findLink (target) {
.toot {
padding: 4px 0 0 16px;
background-color: #ffffff;
.icon {
float: left;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default {

<style lang="scss" scoped>
.loading-card {
background-color: #ffffff;
height: 60px;
}
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/TimelineSpace/Contents/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default {

<style lang="scss" scoped>
.loading-card {
background-color: #ffffff;
height: 60px;
}
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/TimelineSpace/Contents/Local.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default {

<style lang="scss" scoped>
.loading-card {
background-color: #ffffff;
height: 60px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default {

<style lang="scss" scoped>
.loading-card {
background-color: #ffffff;
height: 60px;
}
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/TimelineSpace/Contents/Public.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default {

<style lang="scss" scoped>
.loading-card {
background-color: #ffffff;
height: 60px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function findLink (target) {
}
.basic-info {
background-color: #ffffff;
border-top: solid 1px #dcdfe6;
border-bottom: solid 1px #dcdfe6;
Expand Down
1 change: 0 additions & 1 deletion src/renderer/components/TimelineSpace/Modals/NewToot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export default {
width: 100%;
font-size: inherit;
color: #606266;
background-color: #ffffff;
background-image: none;
border: 0;
border-radius: 4px;
Expand Down

0 comments on commit aa9cb0a

Please sign in to comment.