diff --git a/src/sass/blocks/basics/_toolbar.scss b/src/sass/blocks/basics/_toolbar.scss index 2e7950e..99cd1a4 100644 --- a/src/sass/blocks/basics/_toolbar.scss +++ b/src/sass/blocks/basics/_toolbar.scss @@ -9,7 +9,7 @@ line-height: 24px; height: 24px; - font-size: $font-size-bigger; + font-size: $font-size-base; color: $color-text; text-decoration: none; & > svg { @@ -22,6 +22,10 @@ &.wo-touch-active { background: $color-touch-active; } + + @include respond-to(md) { + font-size: $font-size-bigger; + } } &__actions { display: flex; diff --git a/src/sass/blocks/views/_read.scss b/src/sass/blocks/views/_read.scss index 4c13467..7a1b688 100644 --- a/src/sass/blocks/views/_read.scss +++ b/src/sass/blocks/views/_read.scss @@ -18,14 +18,8 @@ } &__action-toolbar { flex-shrink: 0; - order: 100; // stick to bottom on mobile border-top: 1px solid $color-border-light; @include respond-to(md) { - order: initial; - border-top: none; - border-bottom: 1px solid $color-border-light; - } - @include respond-to(lg) { display: none; } } @@ -50,15 +44,16 @@ float: right; margin-left: 1em; .btn-icon-light { - margin-left: 1em; + margin-left: 1.4em; } - @include respond-to(lg) { + @include respond-to(md) { display: block; } } &__subject { - font-weight: bold; + font-weight: normal; color: $color-text; + font-size: $font-size-bigger; margin: 0 0 0.2em; &.wo-touch-active { background: $color-touch-active; diff --git a/src/tpl/read.html b/src/tpl/read.html index c06985c..f96549a 100644 --- a/src/tpl/read.html +++ b/src/tpl/read.html @@ -13,52 +13,34 @@ -
-
- -
-
-
- - - + + + + + + + + + + + + + +

@@ -144,6 +126,41 @@ +
+
+
    +
  • + + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+
+