Skip to content

Commit

Permalink
Merge pull request #55 from mark-rodgers/master
Browse files Browse the repository at this point in the history
UI improvements
  • Loading branch information
Litarvan authored Sep 10, 2019
2 parents b89adbc + 5092304 commit 636897f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,18 @@
overflow-y:hidden;
}
h1, h2, h3, h4, h5, h6 {
cursor: default;
}
img {
-webkit-user-drag: none;
}
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
text-align: center;
}
Expand Down
2 changes: 2 additions & 0 deletions src/components/Clock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
line-height: 1.1;
text-align: center;
cursor: default;
}
.clock.small {
Expand All @@ -101,5 +102,6 @@
font-weight: normal;
margin-top: 2.25vh;
font-size: 28px;
cursor: default;
}
</style>
1 change: 1 addition & 0 deletions src/views/Splash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
font-weight: 300;
font-style: italic;
font-size: 32px;
cursor: default;
margin-bottom: 11.5vh;
letter-spacing: 0.25px;
Expand Down
5 changes: 5 additions & 0 deletions src/views/Theming.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
margin-top: 20px;
}
.color-label {
cursor: default;
}
.color-reset {
height: 25px;
vertical-align: bottom;
Expand Down Expand Up @@ -254,6 +258,7 @@
#background-label {
display: block;
margin-top: 20px;
cursor: default;
font-size: 28px;
font-weight: 300;
Expand Down

0 comments on commit 636897f

Please # to comment.