0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-26 03:58:11 +00:00

Revert "Add <meta> tags to template"

This commit is contained in:
Trevor Buckner
2021-11-03 22:07:58 -04:00
committed by GitHub
parent 3a4cf4f2dd
commit f4529594a2
6 changed files with 8 additions and 81 deletions

View File

@@ -24,33 +24,6 @@
flex : 1 1 auto;
min-width : 200px;
}
&.thumbnail{
height : 1.4em;
label{
line-height: 2.0em;
}
.value{
overflow: hidden;
text-overflow: ellipsis;
}
button{
border: 1px solid #999;
color: white;
padding: 0px 5px;
background-color: black;
&:hover{
background-color: #777;
}
}
.thumbnail-preview{
position : relative;
width : 80px;
height : min-content;
border : 2px solid white;
margin-left : 5px;
max-height : 115px;
}
}
}
.description.field textarea.value{
resize : none;
@@ -105,7 +78,7 @@
}
}
.authors.field .value{
font-size : 0.8em;
line-height : 1.5em;
font-size: 0.8em;
line-height : 1.5em;
}
}