fix/buttons-media-item-page #33

Merged
jorge merged 5 commits from fix/buttons-media-item-page into develop 2021-09-14 16:40:11 +02:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 92cede002c - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -79,6 +79,12 @@ body:not(.browse) #content {
border-top: none;
}
// vertical spacing for bloc elements
//
.archive-item-block {
margin-bottom: $global-margin * 1;
}
/* Styles for vertical menu layout */
body.vertical-menu {