X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/f61fd6fa1d5871782b079ee50fb6bb10777cadc2..b1f2ba1427e27b0a2f2a3b1b9db4f65faf7995eb:/modules/rng/diffLayout.less?ds=sidebyside diff --git a/modules/rng/diffLayout.less b/modules/rng/diffLayout.less index bbe51aa..e2018cd 100644 --- a/modules/rng/diffLayout.less +++ b/modules/rng/diffLayout.less @@ -1,12 +1,34 @@ .rng-module-rng-diffLayout { [fnpjs-place=left] { - width: 200px; - margin: 0 20 0 0px; - float: left; + width: 300px; + margin: 0 20px 0 0px; + left: 0; } [fnpjs-place=right] { - width: 700px; - float: right; + left: 320px; + right: 0; + overflow-y: scroll; + padding-right: 0; + &::-webkit-scrollbar { + .rng-mixin-scrollbar; + } + &::-webkit-scrollbar-track { + .rng-mixin-scrollbar-track; + } + &::-webkit-scrollbar-thumb { + .rng-mixin-scrollbar-thumb; + } + &::-webkit-scrollbar-thumb:window-inactive { + .rng-mixin-scrollbar-thumb-window-inactive; + } + } + + [fnpjs-place=left], [fnpjs-place=right] { + position: absolute; + top: 0; + bottom: 0; + + } } \ No newline at end of file