diff --git a/css/style.css b/css/style.css index 21b54e7..31bd9b5 100644 --- a/css/style.css +++ b/css/style.css @@ -1858,9 +1858,8 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { .network span.connection-status.connected:before { background: #A1B775; } -.network .character-limit { - float: right; - margin-right: 1rem; +.network .post-area-extras { + margin-right: 20px; } .network .connections span, .network .known-peers, .network .dht-nodes, .network .blocks, .network .last-block-time, .network .mining-difficulty { color: #A1B775; @@ -2304,6 +2303,7 @@ ul.userMenu-search-profiles button, ul.userMenu-search-profiles .show-more-follo transition-duration: 0.1s; width: 100% !important; font-size: 90%; + line-height: normal; word-wrap: break-word; clear: left; } diff --git a/sass/pages/_network.sass b/sass/pages/_network.sass index 3dd3869..e652282 100644 --- a/sass/pages/_network.sass +++ b/sass/pages/_network.sass @@ -57,9 +57,8 @@ &.connected:before background: $main-color-color - .character-limit - float: right - margin-right: $space + .post-area-extras + margin-right: 20px .connections span, .known-peers, .dht-nodes, .blocks, .last-block-time, .mining-difficulty color: $main-color-color diff --git a/sass/style.sass b/sass/style.sass index 0b67944..e24102c 100755 --- a/sass/style.sass +++ b/sass/style.sass @@ -361,6 +361,7 @@ ul.userMenu-search-profiles +transition-duration(.1s) width: 100%!important font-size: 90% + line-height: normal word-wrap: break-word clear: left