improved css for stock view
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -545,11 +545,34 @@ a.wikilink{
|
||||
#app nav a::before {
|
||||
font-size: 30px;
|
||||
}
|
||||
.grid3 {
|
||||
grid-template-columns: auto auto;
|
||||
}
|
||||
|
||||
.grid3 .properties{
|
||||
grid-column-end: span 2;
|
||||
order: 1;
|
||||
}
|
||||
.grid3 .tags{
|
||||
order: 2;
|
||||
}
|
||||
.grid3 .notes{
|
||||
grid-column-end: span 2;
|
||||
order: 3;
|
||||
}
|
||||
|
||||
.grid3 .locations{
|
||||
order: 5;
|
||||
}
|
||||
.grid3 .items{
|
||||
order: 6;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.grid2{
|
||||
.grid2,
|
||||
.grid3{
|
||||
display: grid;
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
@@ -580,7 +603,10 @@ a.wikilink{
|
||||
#app nav{
|
||||
grid-template-columns: auto auto;
|
||||
}
|
||||
#app nav form{
|
||||
#app nav form,
|
||||
.grid3 .notes,
|
||||
.grid3 .tags,
|
||||
.grid3 .properties{
|
||||
grid-column-end: span 1;
|
||||
}
|
||||
#app nav .logout{
|
||||
|
||||
Reference in New Issue
Block a user