mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 12:12:43 +00:00
Fixed a bug with saving while not logged in
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
|
||||
html, body, #reactContainer, .homebrew, .page {
|
||||
height : auto;
|
||||
min-height : 100vh;
|
||||
}
|
||||
|
||||
.noColumns(){
|
||||
column-count : auto;
|
||||
column-fill : auto;
|
||||
@@ -16,21 +11,22 @@ html, body, #reactContainer, .homebrew, .page {
|
||||
-webkit-column-gap : auto;
|
||||
-moz-column-gap : auto;
|
||||
}
|
||||
|
||||
.userPage{
|
||||
.content .phb{
|
||||
min-height : 350px;
|
||||
margin : 20px auto;
|
||||
height : auto;
|
||||
.noColumns();
|
||||
&::after{
|
||||
display : none;
|
||||
}
|
||||
|
||||
.noBrews{
|
||||
margin: 10px 0px;
|
||||
font-style: italic;
|
||||
font-size: 1.3em;
|
||||
.content{
|
||||
overflow-y : scroll;
|
||||
.phb{
|
||||
.noColumns();
|
||||
height : auto;
|
||||
min-height : 350px;
|
||||
margin : 20px auto;
|
||||
&::after{
|
||||
display : none;
|
||||
}
|
||||
.noBrews{
|
||||
margin : 10px 0px;
|
||||
font-size : 1.3em;
|
||||
font-style : italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user