Added link sharing (#30)

This commit is contained in:
konrad 2019-09-09 17:55:43 +00:00 committed by Gitea
parent 857c283fb7
commit d83fb24bbd
18 changed files with 397 additions and 41 deletions

View file

@ -1,6 +1,5 @@
<template>
<div class="card">
<div class="card is-fullwidth">
<header class="card-header">
<p class="card-header-title">
{{shareType}}s with access to this {{typeString}}
@ -307,33 +306,3 @@
},
}
</script>
<style lang="scss" scoped>
.card{
margin-bottom: 1rem;
.add-form {
margin: 1rem;
}
.table{
border-top: 1px solid darken(#fff, 15%);
td{
vertical-align: middle;
}
td.type, td.actions{
width: 250px;
}
td.actions{
text-align: right;
}
}
}
.sharables-list, .sharables-namespace{
padding: 0 !important;
}
</style>