mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
remove pagination
This commit is contained in:
@@ -72,8 +72,6 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<style lang="scss">
|
||||
.side-nav-container .in {
|
||||
display: flex;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user