mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-30 16:44:31 +00:00
update to miguelfreitas/twister-html#295
This commit is contained in:
parent
171d117cdd
commit
b7c7f18836
@ -1858,9 +1858,8 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
|||||||
.network span.connection-status.connected:before {
|
.network span.connection-status.connected:before {
|
||||||
background: #A1B775;
|
background: #A1B775;
|
||||||
}
|
}
|
||||||
.network .character-limit {
|
.network .post-area-extras {
|
||||||
float: right;
|
margin-right: 20px;
|
||||||
margin-right: 1rem;
|
|
||||||
}
|
}
|
||||||
.network .connections span, .network .known-peers, .network .dht-nodes, .network .blocks, .network .last-block-time, .network .mining-difficulty {
|
.network .connections span, .network .known-peers, .network .dht-nodes, .network .blocks, .network .last-block-time, .network .mining-difficulty {
|
||||||
color: #A1B775;
|
color: #A1B775;
|
||||||
@ -2304,6 +2303,7 @@ ul.userMenu-search-profiles button, ul.userMenu-search-profiles .show-more-follo
|
|||||||
transition-duration: 0.1s;
|
transition-duration: 0.1s;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
line-height: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
@ -57,9 +57,8 @@
|
|||||||
&.connected:before
|
&.connected:before
|
||||||
background: $main-color-color
|
background: $main-color-color
|
||||||
|
|
||||||
.character-limit
|
.post-area-extras
|
||||||
float: right
|
margin-right: 20px
|
||||||
margin-right: $space
|
|
||||||
|
|
||||||
.connections span, .known-peers, .dht-nodes, .blocks, .last-block-time, .mining-difficulty
|
.connections span, .known-peers, .dht-nodes, .blocks, .last-block-time, .mining-difficulty
|
||||||
color: $main-color-color
|
color: $main-color-color
|
||||||
|
@ -361,6 +361,7 @@ ul.userMenu-search-profiles
|
|||||||
+transition-duration(.1s)
|
+transition-duration(.1s)
|
||||||
width: 100%!important
|
width: 100%!important
|
||||||
font-size: 90%
|
font-size: 90%
|
||||||
|
line-height: normal
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
clear: left
|
clear: left
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user