* Add polls Fix #1629 * Add tests * Fixes * Change API for creating polls * Use name instead of content for votes * Remove poll validation for remote polls * Add polls to public pages * When updating the poll, update options just in case they were changed * Fix public pages showing both poll and other media
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			771 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			771 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @import 'mastodon/mixins';
 | |
| @import 'mastodon/variables';
 | |
| @import 'fonts/roboto';
 | |
| @import 'fonts/roboto-mono';
 | |
| @import 'fonts/montserrat';
 | |
| 
 | |
| @import 'mastodon/reset';
 | |
| @import 'mastodon/basics';
 | |
| @import 'mastodon/containers';
 | |
| @import 'mastodon/lists';
 | |
| @import 'mastodon/footer';
 | |
| @import 'mastodon/compact_header';
 | |
| @import 'mastodon/widgets';
 | |
| @import 'mastodon/forms';
 | |
| @import 'mastodon/accounts';
 | |
| @import 'mastodon/stream_entries';
 | |
| @import 'mastodon/boost';
 | |
| @import 'mastodon/components';
 | |
| @import 'mastodon/polls';
 | |
| @import 'mastodon/introduction';
 | |
| @import 'mastodon/modal';
 | |
| @import 'mastodon/emoji_picker';
 | |
| @import 'mastodon/about';
 | |
| @import 'mastodon/tables';
 | |
| @import 'mastodon/admin';
 | |
| @import 'mastodon/dashboard';
 | |
| @import 'mastodon/rtl';
 | |
| @import 'mastodon/accessibility';
 |