0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +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{
position: absolute;
bottom: 0;
min-width: 100px;
width: 80%;
max-width: 440px;
left: 10%;
max-height : ~"calc(100vh - 28px)";
background-color : #333;
@@ -188,7 +190,7 @@
flex-flow: row wrap;
justify-content: flex-start;
align-content: baseline;
padding: 0px 10px;
padding: 0px 10px 5px;
border-radius: 0 0 5px 5px;
margin: 0 auto;
z-index: -1;