remove pagination

This commit is contained in:
geoffrey45
2021-12-26 16:42:20 +03:00
parent 26ab354a1d
commit c5670e0f5f
19 changed files with 117 additions and 129 deletions
@@ -72,8 +72,6 @@ export default {
};
</script>
<style lang="scss">
.side-nav-container .in {
display: flex;
+12 -1
View File
@@ -62,7 +62,18 @@ export default {
<style lang="scss">
#pinned-container {
background-color: rgb(0, 0, 0);
background: #000000; /* fallback for old browsers */
background: -webkit-linear-gradient(
to bottom,
#434343,
#000000
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to bottom,
#434343,
#000000
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border-top: none;
margin: $small;
padding: $small;