[Glitch] Allow modal secondary button to shrink and allow wider confirmation modals
Port 7f75792bf3 to glitch-soc
			
			
This commit is contained in:
		| @@ -488,14 +488,6 @@ | ||||
|   font-size: 14px; | ||||
| } | ||||
|  | ||||
| .confirmation-modal { | ||||
|   max-width: 85vw; | ||||
|  | ||||
|   @media screen and (min-width: 480px) { | ||||
|     max-width: 380px; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .mute-modal { | ||||
|   line-height: 24px; | ||||
| } | ||||
| @@ -685,6 +677,10 @@ | ||||
|       color: darken($lighter-text-color, 4%); | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   .confirmation-modal__secondary-button { | ||||
|     flex-shrink: 1; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .confirmation-modal__do_not_ask_again { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user