fixed sizes
This commit is contained in:
		| @@ -246,8 +246,8 @@ export default class CableDetailComponent extends Component { | |||||||
|         right: "auto", |         right: "auto", | ||||||
|         bottom: "auto", |         bottom: "auto", | ||||||
|         marginRight: "-50%", |         marginRight: "-50%", | ||||||
|         width: "30%", |         width: "auto", | ||||||
|         height: "30%", |         height: "auto", | ||||||
|         transform: "translate(-50%, -50%)", |         transform: "translate(-50%, -50%)", | ||||||
|         overflow: "hidden", |         overflow: "hidden", | ||||||
|         display: "flex", |         display: "flex", | ||||||
| @@ -258,6 +258,8 @@ export default class CableDetailComponent extends Component { | |||||||
|         background: |         background: | ||||||
|           "linear-gradient(-30deg, rgb(187, 194, 236) 0%, rgba(255, 255, 255, 1) 100%)", |           "linear-gradient(-30deg, rgb(187, 194, 236) 0%, rgba(255, 255, 255, 1) 100%)", | ||||||
|         boxShadow: "0 0 20px rgba(0, 0, 0, 0.5)", |         boxShadow: "0 0 20px rgba(0, 0, 0, 0.5)", | ||||||
|  |         minWidth: "30%", | ||||||
|  |         minHeight: "30%" | ||||||
|       }, |       }, | ||||||
|       overlay: { |       overlay: { | ||||||
|         opacity: modalOpacity, |         opacity: modalOpacity, | ||||||
|   | |||||||
| @@ -92,8 +92,8 @@ export default class NavBar extends Component { | |||||||
|         right: "auto", |         right: "auto", | ||||||
|         bottom: "auto", |         bottom: "auto", | ||||||
|         marginRight: "-50%", |         marginRight: "-50%", | ||||||
|         width: "30%", |         width: "auto", | ||||||
|         height: "30%", |         height: "auto", | ||||||
|         transform: "translate(-50%, -50%)", |         transform: "translate(-50%, -50%)", | ||||||
|         overflow: "hidden", |         overflow: "hidden", | ||||||
|         display: "flex", |         display: "flex", | ||||||
| @@ -104,6 +104,8 @@ export default class NavBar extends Component { | |||||||
|         background: |         background: | ||||||
|           "linear-gradient(-30deg, rgb(187, 194, 236) 0%, rgba(255, 255, 255, 1) 100%)", |           "linear-gradient(-30deg, rgb(187, 194, 236) 0%, rgba(255, 255, 255, 1) 100%)", | ||||||
|         boxShadow: "0 0 20px rgba(0, 0, 0, 0.5)", |         boxShadow: "0 0 20px rgba(0, 0, 0, 0.5)", | ||||||
|  |         minWidth: "30%", | ||||||
|  |         minHeight: "30%" | ||||||
|       }, |       }, | ||||||
|       overlay: { |       overlay: { | ||||||
|         opacity: modalOpacity, |         opacity: modalOpacity, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user