Commit 75c9e832 authored by Paul Slaughter's avatar Paul Slaughter

Move multi-file-commit class from resizable_panel

parent c88627bb
...@@ -37,7 +37,7 @@ export default { ...@@ -37,7 +37,7 @@ export default {
</script> </script>
<template> <template>
<resizable-panel :initial-width="340" side="left" class="flex-column"> <resizable-panel :initial-width="340" side="left" class="multi-file-commit-panel flex-column">
<template v-if="loading"> <template v-if="loading">
<div class="multi-file-commit-panel-inner"> <div class="multi-file-commit-panel-inner">
<div v-for="n in 3" :key="n" class="multi-file-loading-container"> <div v-for="n in 3" :key="n" class="multi-file-loading-container">
......
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
</script> </script>
<template> <template>
<div :style="panelStyle" class="multi-file-commit-panel"> <div :style="panelStyle">
<slot></slot> <slot></slot>
<panel-resizer <panel-resizer
:size.sync="width" :size.sync="width"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment