diff --git a/README.md b/README.md index 7a6bfba..8db6d55 100755 --- a/README.md +++ b/README.md @@ -1,27 +1,26 @@ Theme Nin v2 for twister-html ============================= -Nin is a clean and flat theme for the P2P microblogging plateform [Twister](http://twister.net.co) [(twister-core on github)](https://github.com/miguelfreitas/twister-core) based on the html client [twister-html](https://github.com/miguelfreitas/twister-html) +Nin is a clean and flat theme for the P2P microblogging platform [Twister](http://twister.net.co) [(twister-core on github)](https://github.com/miguelfreitas/twister-core) based on the html client [twister-html](https://github.com/miguelfreitas/twister-html) ### Install After dowloading the folder, create a symlink to it in your `.twister/html/` directory (**take care to save old /theme_nin folder**) -#### To do +#### Captures -+ responsive -+ options to change basis colors -+ refresh modals when they're already opened -+ UI for group chat rooms +Homepage +![homepage](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/home.jpg) +Example with hashtag search results in sidebar: +![hashtag-search](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/search-hashtag.jpg) -#### Captures - -Hompage -![homepage](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/home.jpg) +#### To do -Exemple with hashtag search results in sidebar: -![hashtag-search](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/search-hashtag.jpg) \ No newline at end of file ++ responsive ++ options to change basis colors ++ refresh modals when they're already opened ++ UI for group chat rooms diff --git a/css/style.css b/css/style.css index 546510d..4d8b7e2 100644 --- a/css/style.css +++ b/css/style.css @@ -2287,6 +2287,7 @@ ul.userMenu-search-profiles button { -webkit-transition-duration: 0.1s; transition-duration: 0.1s; width: 100% !important; + word-wrap: break-word; } .post-area-new.open textarea, .mini-profile .post-area-new textarea, #postboard-top .post-area .post-area-new textarea { diff --git a/sass/style.sass b/sass/style.sass index 0a90a74..cbd211e 100755 --- a/sass/style.sass +++ b/sass/style.sass @@ -443,6 +443,7 @@ ul.userMenu-search-profiles +transition-property(all) +transition-duration(.1s) width: 100%!important + word-wrap: break-word