0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 14:42:40 +00:00

Add min and max widths

This commit is contained in:
G.Ambatte
2023-04-09 22:26:15 +12:00
parent 14ac098882
commit 0e226ca8db

View File

@@ -180,7 +180,9 @@
.window{ .window{
position: absolute; position: absolute;
bottom: 0; bottom: 0;
min-width: 100px;
width: 80%; width: 80%;
max-width: 440px;
left: 10%; left: 10%;
max-height : ~"calc(100vh - 28px)"; max-height : ~"calc(100vh - 28px)";
background-color : #333; background-color : #333;
@@ -188,7 +190,7 @@
flex-flow: row wrap; flex-flow: row wrap;
justify-content: flex-start; justify-content: flex-start;
align-content: baseline; align-content: baseline;
padding: 0px 10px; padding: 0px 10px 5px;
border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
margin: 0 auto; margin: 0 auto;
z-index: -1; z-index: -1;