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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user