From 2e1679fb46b4e165fa4dfdba6efd7562968a6116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Myl=C3=A8ne=20Bressan?= Date: Wed, 29 Jul 2015 06:36:44 +0200 Subject: [PATCH 1/3] README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7a6bfba..9f1c922 100755 --- a/README.md +++ b/README.md @@ -8,20 +8,19 @@ Nin is a clean and flat theme for the P2P microblogging plateform [Twister](http After dowloading the folder, create a symlink to it in your `.twister/html/` directory (**take care to save old /theme_nin folder**) -#### To do - -+ responsive -+ options to change basis colors -+ refresh modals when they're already opened -+ UI for group chat rooms - - - #### Captures -Hompage +Homepage ![homepage](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/home.jpg) 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 +![hashtag-search](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/search-hashtag.jpg) + + +#### To do + ++ responsive ++ options to change basis colors ++ refresh modals when they're already opened ++ UI for group chat rooms From c0e5f1e5da87f83b9eea525aadcb9ccd7472de2f Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Wed, 29 Jul 2015 09:05:39 +0200 Subject: [PATCH 2/3] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f1c922..8db6d55 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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 @@ -14,7 +14,7 @@ Homepage ![homepage](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/home.jpg) -Exemple with hashtag search results in sidebar: +Example with hashtag search results in sidebar: ![hashtag-search](https://raw.githubusercontent.com/myleneb/theme_nin/nin-v2/captures/search-hashtag.jpg) From 176f946820a3ca699c02b4eb0b8e74295007e376 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Wed, 29 Jul 2015 14:56:04 +0500 Subject: [PATCH 3/3] word-breaking CSS rule for post preview --- css/style.css | 1 + sass/style.sass | 1 + 2 files changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index ab4f166..9a4d506 100644 --- a/css/style.css +++ b/css/style.css @@ -2281,6 +2281,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 7fd2469..498868f 100755 --- a/sass/style.sass +++ b/sass/style.sass @@ -444,6 +444,7 @@ ul.userMenu-search-profiles +transition-property(all) +transition-duration(.1s) width: 100%!important + word-wrap: break-word