CSS: Layout control contents

This commit is contained in:
Florian Strohmaier 2019-10-30 14:47:05 +01:00 committed by Eric Lippmann
parent b52a4e6341
commit 46ef7e6093

View file

@ -80,3 +80,14 @@
line-height: 1;
margin-top: -.25em;
}
.controls {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.tabs,
.filter {
width: 100%;
}
}