Rearrange some css.

master
voussoir 2018-11-17 16:57:07 -08:00
parent 3788c844bf
commit 5dcb86eed5
1 changed files with 22 additions and 20 deletions

View File

@ -7,26 +7,6 @@ h2, h3
{
margin-top: 0;
}
#album_metadata h2 .editor_input
{
font-size: inherit;
font-weight: inherit;
}
#description_text
{
font-family: initial;
padding: 8px;
}
.remove_child_button
{
display: none;
}
.remove_child_button:hover,
.album_card:hover .remove_child_button
{
display: initial;
}
#left
{
margin-left: auto;
@ -41,10 +21,32 @@ h2, h3
padding: 8px;
border-radius: 5px;
}
#album_metadata h2 .editor_input
{
font-size: inherit;
font-weight: inherit;
}
#description_text
{
font-family: initial;
padding: 8px;
}
#right > *
{
margin-right: auto;
}
.remove_child_button
{
display: none;
}
.remove_child_button:hover,
.album_card:hover .remove_child_button
{
display: initial;
}
@media screen and (max-width: 800px)
{
#content_body