Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								28cdf3da09 
								
							 
						 
						
							
							
								
								[Glitch] Show media modal on public timeline  
							
							... 
							
							
							
							Port c1427f90f6 
							
						 
						
							2018-08-01 00:18:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								8c4fc00ece 
								
							 
						 
						
							
							
								
								[Glitch] Add missing formatting to the text in hero widget  
							
							... 
							
							
							
							Port bdb76122bc 
							
						 
						
							2018-08-01 00:18:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								ca256cca22 
								
							 
						 
						
							
							
								
								Port profile redesign to glitch-soc  
							
							... 
							
							
							
							Port 13df3889f0 
							
						 
						
							2018-08-01 00:18:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								1159490f00 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Manually-resolved conflicts:
	.circleci/config.yml
	app/controllers/accounts_controller.rb
	app/controllers/auth/passwords_controller.rb
	app/controllers/statuses_controller.rb
	app/javascript/packs/public.js
	app/models/media_attachment.rb
	app/views/stream_entries/_content_spoiler.html.haml
	app/views/stream_entries/_media.html.haml
	config/locales/en.yml
	config/locales/ja.yml
	config/locales/pl.yml
	lib/mastodon/version.rb
Some content from app/javascript/packs/public.js has been split to
app/javascript/core/settings.js.
Translation strings for glitch-soc's keyword mutes were dropped.
Everything else was mostly “take both”. 
							
						 
						
							2018-08-01 00:18:13 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								4277328e9c 
								
							 
						 
						
							
							
								
								Drop glitch-style account bio fields  
							
							... 
							
							
							
							Upstream's implementation has been merged a while ago and is the preferred
way to set fields, as it is the only one compatible with upstream and is
more user-friendly.
This commit deletes the legacy glitch-soc FrontMatter functionality in order
to clean up the code and make it easier to maintain. 
							
						 
						
							2018-07-31 16:26:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								919fc15097 
								
							 
						 
						
							
							
								
								Disallow remote users from viewing local-only toots  
							
							
							
						 
						
							2018-07-31 15:41:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								517b7a028d 
								
							 
						 
						
							
							
								
								Add test to disallow remote users from fetching local-only toots  
							
							
							
						 
						
							2018-07-31 15:41:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								d39e0ad4d5 
								
							 
						 
						
							
							
								
								Do not hide hashtag timeline in mobile view, make it full-window ( #8093 )  
							
							
							
						 
						
							2018-07-31 02:54:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								a78672ae50 
								
							 
						 
						
							
							
								
								Compensate for scrollbar disappearing when media modal visible ( #8100 )  
							
							... 
							
							
							
							* Compensate for scrollbar disappearing when media modal visible
Make auth pages backgrounds lighter
* Fix typo 
							
						 
						
							2018-07-31 01:14:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								ebf836cc69 
								
							 
						 
						
							
							
								
								Enforce username format for remote users, too ( #8102 )  
							
							... 
							
							
							
							Initially I thought there might be valid reasons for remote users to
have a different, unpredicted username format. However, I now realize
such a difference would be unusable and unexpected within Mastodon.
Fix  #8058  
							
						 
						
							2018-07-30 22:29:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								52165d0824 
								
							 
						 
						
							
							
								
								Use workspace instead of caching for built assets  
							
							... 
							
							
							
							Tests cannot run without built assets, and we want
exactly the matching assets. This is not a cache. 
							
						 
						
							2018-07-30 22:25:22 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								5c7a7176a3 
								
							 
						 
						
							
							
								
								Use workspace instead of caching for built assets ( #8103 )  
							
							... 
							
							
							
							Tests cannot run without built assets, and we want
exactly the matching assets. This is not a cache. 
							
						 
						
							2018-07-30 22:22:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								8c8f80c0fb 
								
							 
						 
						
							
							
								
								Fix incorrect context definition for the "featured" keyword ( #8090 )  
							
							... 
							
							
							
							* Fix incorrect context definition for the "featured" keyword
Fix  #8077 
* Adjust context definition for movedTo 
							
						 
						
							2018-07-30 19:33:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								f7910c4164 
								
							 
						 
						
							
							
								
								Convert MOV and WEBM to MP4, raise maximum limit to 40MB ( #8101 )  
							
							... 
							
							
							
							Separate size limits for images and video. Images remain at 8MB,
while videos can be up to 40MB. 
							
						 
						
							2018-07-30 19:33:05 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								f5b880a429 
								
							 
						 
						
							
							
								
								[Glitch] Resize images by area instead of fixed dimensions  
							
							... 
							
							
							
							Port WebUI part of 91aadec929 
							
						 
						
							2018-07-30 19:30:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								62fb690b96 
								
							 
						 
						
							
							
								
								Merge pull request  #614  from ThibG/glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge upstream changes up to (excluding) profile redesign 
							
						 
						
							2018-07-30 16:51:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								f866d00fa2 
								
							 
						 
						
							
							
								
								Merge commit 'dad7cd6d77f1bb090a7a64df405a920a1a1b2d83' into glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge upstream changes right before the public profile redesign. 
							
						 
						
							2018-07-30 14:39:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								f37bf7c0a3 
								
							 
						 
						
							
							
								
								Don't reset scroll position when opening a modal  
							
							
							
						 
						
							2018-07-30 14:32:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								4e8532cc1a 
								
							 
						 
						
							
							
								
								Allow modals to be closed by pressing “back”  
							
							
							
						 
						
							2018-07-30 14:32:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								32d4005516 
								
							 
						 
						
							
							
								
								Treat the App Setting link as a proper link ( fixes   #375 )  
							
							
							
						 
						
							2018-07-30 14:31:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								8a9882ee34 
								
							 
						 
						
							
							
								
								[Glitch] Improve WebUI account action bar  
							
							... 
							
							
							
							Mostly a port of 2ccef52a4f 
							
						 
						
							2018-07-30 14:24:35 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								a3d318ec76 
								
							 
						 
						
							
							
								
								[Glitch] Fix accounts' display name/bio not being set from initial state  
							
							... 
							
							
							
							Port 6e72faaa78 
							
						 
						
							2018-07-30 14:24:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								9d3bb125b7 
								
							 
						 
						
							
							
								
								Weblate translations (2018-07-30) ( #8096 )  
							
							... 
							
							
							
							* Translated using Weblate (Czech)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 4.8% (4 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/cs/ 
* Translated using Weblate (Czech)
Currently translated at 29.5% (196 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 30.1% (200 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Telugu)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/ 
* Translated using Weblate (Czech)
Currently translated at 49.4% (328 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Japanese)
Currently translated at 99.8% (662 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ja/ 
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/pt_BR/ 
* Translated using Weblate (Czech)
Currently translated at 70.4% (467 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Ukrainian)
Currently translated at 92.3% (612 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/uk/ 
* Translated using Weblate (Telugu)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/te/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (82 of 82 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/ko/ 
* Translated using Weblate (Czech)
Currently translated at 71.6% (475 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Korean)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/ko/ 
* Translated using Weblate (Czech)
Currently translated at 95.0% (630 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Korean)
Currently translated at 99.8% (662 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/ko/ 
* Translated using Weblate (Danish)
Currently translated at 79.3% (526 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/da/ 
* Translated using Weblate (Czech)
Currently translated at 99.8% (662 of 663 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 100.0% (306 of 306 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/cs/ 
* Translated using Weblate (Czech)
Currently translated at 50.0% (31 of 62 strings)
Translation: Mastodon/Devise
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/devise/cs/ 
* yarn manage:translations && i18n-tasks normalize && i18n-tasks remove-unused 
							
						 
						
							2018-07-30 03:43:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Yamagishi Kazutoshi 
								
							 
						 
						
							
							
							
							
								
							
							
								2d000a877b 
								
							 
						 
						
							
							
								
								Do not scroll up when modal is opened ( #8095 )  
							
							
							
						 
						
							2018-07-29 16:52:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								f53755aaad 
								
							 
						 
						
							
							
								
								Fix size/dimension values in avatar/header hint localizations ( #8088 )  
							
							
							
						 
						
							2018-07-29 09:57:13 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								bdb76122bc 
								
							 
						 
						
							
							
								
								Add missing formatting to the text in hero widget ( #8089 )  
							
							
							
						 
						
							2018-07-28 23:52:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								9a1015327b 
								
							 
						 
						
							
							
								
								Use same margin for navbar and column for consistency  
							
							
							
						 
						
							2018-07-28 23:26:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								78071de615 
								
							 
						 
						
							
							
								
								Hide navigation bar text so it can fit on small screens  
							
							
							
						 
						
							2018-07-28 23:26:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								429c05537e 
								
							 
						 
						
							
							
								
								Fix glitch-soc columns padding on mobile ( fixes   #561 )  
							
							
							
						 
						
							2018-07-28 23:26:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								9507ab6493 
								
							 
						 
						
							
							
								
								Preserve hashtags in threaded mode ( fixes   #584 )  
							
							
							
						 
						
							2018-07-28 23:25:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								40fe9256ea 
								
							 
						 
						
							
							
								
								Move CW field just above main textarea  
							
							
							
						 
						
							2018-07-28 23:25:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								0ef509c27a 
								
							 
						 
						
							
							
								
								Get rid of Collapsable, use CSS instead  
							
							... 
							
							
							
							Change inspired by a6ddd1aba2 
							
						 
						
							2018-07-28 23:25:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								e09ade34cd 
								
							 
						 
						
							
							
								
								Reduce assets precompilation time by about 20%  
							
							... 
							
							
							
							Bundle most common webpack chunks into a “common” pack,
in a way similar to what upstream does. 
							
						 
						
							2018-07-28 23:24:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								5eeb95fac7 
								
							 
						 
						
							
							
								
								Refactor reply indicator and show compact list of attachments  
							
							
							
						 
						
							2018-07-28 23:24:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								22618172b4 
								
							 
						 
						
							
							
								
								Show reply indicator for empty toots, not undefined toots ( fixes   #610 )  
							
							... 
							
							
							
							Fix a regression introduced by 14061b76dc 
							
						 
						
							2018-07-28 23:24:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								7d51186e8e 
								
							 
						 
						
							
							
								
								Order invites by recent first ( #8091 )  
							
							... 
							
							
							
							Fix  #8085  
						
							2018-07-28 17:15:17 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								3dc21c1ff6 
								
							 
						 
						
							
							
								
								Prevent ActivityPub movedTo recursion ( #8092 )  
							
							... 
							
							
							
							Fix  #8051  
						
							2018-07-28 17:14:55 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mélanie Chauvel (ariasuni) 
								
							 
						 
						
							
							
							
							
								
							
							
								da72dc2374 
								
							 
						 
						
							
							
								
								Improve account bar css ( #8087 )  
							
							... 
							
							
							
							* Remove superfluous span tags
* Make account bar items (except dropdown) flexible to work well with custom CSS
* Fix CSS lint warning (0px → 0) 
							
						 
						
							2018-07-28 20:09:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								13df3889f0 
								
							 
						 
						
							
							
								
								Redesign public profiles and toots ( #8068 )  
							
							
							
						 
						
							2018-07-28 19:25:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marcin Mikołajczak 
								
							 
						 
						
							
							
							
							
								
							
							
								dad7cd6d77 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation ( #8084 )  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-07-29 02:20:45 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eugen Rochko 
								
							 
						 
						
							
							
							
							
								
							
							
								91aadec929 
								
							 
						 
						
							
							
								
								Resize images by area instead of fixed dimensions ( #8083 )  
							
							... 
							
							
							
							To improve the way super tall or super ride images are treated, the
numbers remain the same, 1280x1280 and 400x400, but if an image
is less in one dimension than the other, the other can become larger
Thanks to @WAHa_06x36@mastodon.social for the tip 
							
						 
						
							2018-07-28 03:33:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								a41c54afac 
								
							 
						 
						
							
							
								
								Double CircleCI's timeout for assets:precompile…  
							
							
							
						 
						
							2018-07-27 10:38:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								d0853d1f3a 
								
							 
						 
						
							
							
								
								[Glitch] Add documentation for “p” hotkey  
							
							... 
							
							
							
							Port ed50c2393a0f12f88f1102f8cf8beca3bf711158 to glitch-soc 
							
						 
						
							2018-07-26 22:19:01 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								56f5323194 
								
							 
						 
						
							
							
								
								Add hotkey variants to keyboard shortcuts description  
							
							... 
							
							
							
							Port 89c6d2bd6bc014ca6487c8f2569f8252fb3ef5dc to glitch-soc 
							
						 
						
							2018-07-26 22:19:01 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								2042c03090 
								
							 
						 
						
							
							
								
								Merge pull request  #603  from ThibG/glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge upstream changes 
							
						 
						
							2018-07-26 22:17:10 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								3a4a87d9c0 
								
							 
						 
						
							
							
								
								Merge branch 'master' into glitch-soc/merge-upstream  
							
							
							
						 
						
							2018-07-26 21:22:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Thibaut Girka 
								
							 
						 
						
							
							
							
							
								
							
							
								12eb48c85c 
								
							 
						 
						
							
							
								
								Prevent scrolling main frame when navigating in image gallery with arrow keys  
							
							
							
						 
						
							2018-07-26 08:42:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								d2b918522e 
								
							 
						 
						
							
							
								
								Improve keyboard shortcuts descriptions ( #8066 )  
							
							... 
							
							
							
							* Add hotkey variants to keyboard shortcuts description
* Add documentation for “p” hotkey
* yarn manage:translations 
							
						 
						
							2018-07-26 04:51:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ThibG 
								
							 
						 
						
							
							
							
							
								
							
							
								a2ed0630a2 
								
							 
						 
						
							
							
								
								Prevent scrolling main frame when navigating in image gallery with arrow keys ( #8073 )  
							
							
							
						 
						
							2018-07-26 04:50:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Eai 
								
							 
						 
						
							
							
							
							
								
							
							
								ff2e8c70c6 
								
							 
						 
						
							
							
								
								Fix .column-back-button line-height ( #8074 )  
							
							
							
						 
						
							2018-07-26 04:49:45 +02:00