Skip to content
Snippets Groups Projects
Commit 55073207 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove unused code

parent 5b8bcce9
No related branches found
No related tags found
No related merge requests found
......@@ -175,9 +175,6 @@ th {
vertical-align: top;
}
article:not(.right_hand_column) .inflection-canvas {
left: -35px;
}
td.hilite {
background-color: var(--v-tertiary-base);
......
......@@ -56,14 +56,6 @@ export default {
meta: Object
},
computed: {
right_col_class_name: function() {
if (this.$vuetify.breakpoint.mdAndUp) {
if (this.results_bm) {
return 'righ_hand_column'
}
}
return ''
},
both_dicts: function() {
let merged = interleave(this.results_bm, this.results_nn)
return merged
......@@ -141,8 +133,6 @@ export default {
}
article.right_hand_column div.inflection-wrapper {
right: -35px;
}
.pagination {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment