1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

Fixes broken splitter

This commit is contained in:
Amir Raminfar
2020-05-07 15:39:06 -07:00
parent 6118cda6de
commit 6a26c4ecf0

View File

@@ -116,8 +116,8 @@ export default {
</script>
<style scoped lang="scss">
::v-deep .splitpanes__splitter {
min-width: 4px;
::v-deep .splitpanes--vertical > .splitpanes__splitter {
min-width: 3px;
background: #666;
&:hover {
background: rgb(255, 221, 87);