Compare commits
3 Commits
feature/ti
...
css/stock
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf9a83b60 | |||
| 1d55325501 | |||
| fda7f34b99 |
@@ -73,7 +73,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function measured(evt,duration,d){
|
function measured(evt,duration,d){
|
||||||
if (d > 100) return;
|
if (d > 10) return;
|
||||||
if (duration < 500){
|
if (duration < 500){
|
||||||
onclick(evt);
|
onclick(evt);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -545,11 +545,34 @@ a.wikilink{
|
|||||||
#app nav a::before {
|
#app nav a::before {
|
||||||
font-size: 30px;
|
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) {
|
@media screen and (max-width: 600px) {
|
||||||
.grid2{
|
.grid2,
|
||||||
|
.grid3{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
}
|
}
|
||||||
@@ -580,7 +603,10 @@ a.wikilink{
|
|||||||
#app nav{
|
#app nav{
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
}
|
}
|
||||||
#app nav form{
|
#app nav form,
|
||||||
|
.grid3 .notes,
|
||||||
|
.grid3 .tags,
|
||||||
|
.grid3 .properties{
|
||||||
grid-column-end: span 1;
|
grid-column-end: span 1;
|
||||||
}
|
}
|
||||||
#app nav .logout{
|
#app nav .logout{
|
||||||
|
|||||||
Reference in New Issue
Block a user