Merge pull request #32 from KevinMidboe/fix/mobile-seasoned-message-formatting
Better formatting for seasoned messages on mobile
This commit is contained in:
		| @@ -129,7 +129,11 @@ a { | |||||||
|   } |   } | ||||||
| } | } | ||||||
| .settings { | .settings { | ||||||
|    padding: 35px; |   padding: 3rem; | ||||||
|  |  | ||||||
|  |   @include mobile-only { | ||||||
|  |     padding: 1rem; | ||||||
|  |   } | ||||||
|  |  | ||||||
|    &__header { |    &__header { | ||||||
|       margin: 0; |       margin: 0; | ||||||
|   | |||||||
| @@ -55,6 +55,8 @@ export default { | |||||||
|  |  | ||||||
| <style lang="scss" scoped> | <style lang="scss" scoped> | ||||||
| @import "./src/scss/variables"; | @import "./src/scss/variables"; | ||||||
|  | @import "./src/scss/media-queries"; | ||||||
|  |  | ||||||
| .fade-enter-active { | .fade-enter-active { | ||||||
|   transition: opacity .4s; |   transition: opacity .4s; | ||||||
| } | } | ||||||
| @@ -95,6 +97,20 @@ export default { | |||||||
|     transition: color .5s ease; |     transition: color .5s ease; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  |   @include mobile-only { | ||||||
|  |     > div { | ||||||
|  |       margin: 6px 6px; | ||||||
|  |       line-height: 1.3rem; | ||||||
|  |     } | ||||||
|  |     h2 { | ||||||
|  |       font-size: 1.1rem; | ||||||
|  |     } | ||||||
|  |     span { | ||||||
|  |       font-size: 0.9rem; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |   } | ||||||
|  |  | ||||||
|   .pinstripe { |   .pinstripe { | ||||||
|     height: 100%; |     height: 100%; | ||||||
|     width: 0.5rem; |     width: 0.5rem; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user