Change repository overview to center align entries

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/16/head
trivernis 2 years ago
parent 77d288d905
commit 9c9c861a08
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,8 +1,14 @@
.repository-container {
margin: 1em;
padding: 1em;
margin: auto;
display: block;
width: 600px;
width: calc(600px - 2em);
float: left;
app-repository-card {
display: block;
position: relative;
}
}
.repo-page-content {
@ -21,17 +27,13 @@
}
.repository-list {
display: block;
display: flex;
flex-wrap: wrap;
overflow-y: auto;
overflow-x: hidden;
height: calc(100% - 5em);
}
app-repository-card {
display: block;
position: relative;
}
.add-repository-prompt {
button {

Loading…
Cancel
Save