mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 07:32:40 +00:00
Add Last Updated field and nudge styling
This commit is contained in:
@@ -175,9 +175,9 @@
|
||||
}
|
||||
.dropdown{
|
||||
position : absolute;
|
||||
top : 28px;
|
||||
top : 18px;
|
||||
left : 0px;
|
||||
z-index : 10000;
|
||||
z-index : -1;
|
||||
width : 100%;
|
||||
max-height : ~"calc(100vh - 28px)";
|
||||
background-color : #333;
|
||||
@@ -185,7 +185,7 @@
|
||||
flex-flow: row wrap;
|
||||
justify-content: flex-start;
|
||||
align-content: baseline;
|
||||
padding: 0px 10px;
|
||||
padding: 10px 10px 0px;
|
||||
border-radius: 5px;
|
||||
h4{
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user