Pārlūkot izejas kodu

Increase RHS sidebar width

Vijayakrishnan 3 gadi atpakaļ
vecāks
revīzija
06d69e1630
2 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 1 1
      config/app.php
  2. 4 4
      public/css/style.css

+ 1 - 1
config/app.php

@@ -65,7 +65,7 @@ return [
 
     'hrm2_url' => env('HRM2_URL'),
 
-    'asset_version' => 58,
+    'asset_version' => 59,
 
     'temp_dir' => env('TEMP_DIR'),
 

+ 4 - 4
public/css/style.css

@@ -2222,7 +2222,7 @@ body.in-iframe .main-row > .sidebar {
 }
 .note-container .note-lhs-tree.fixed ~ .note-rhs-content {
     margin-left: 220px;
-    margin-right: 180px;
+    margin-right: 220px;
 }
 .note-container .note-lhs-tree.fixed-left ~ .note-rhs-content {
     margin-left: 220px;
@@ -2299,8 +2299,8 @@ body.in-iframe .main-row > .sidebar {
 }
 
 .note-container .note-rhs-sidebar {
-    min-width: 180px;
-    max-width: 180px;
+    min-width: 220px;
+    max-width: 220px;
     align-self: stretch;
     border-right: 1px solid #ddd;
     border-left: 1px solid #ddd;
@@ -2321,7 +2321,7 @@ body.in-iframe .main-row > .sidebar {
     z-index: 1;
 }
 .note-container .note-rhs-sidebar.fixed ~ .note-rhs-content {
-    margin-right: 180px;
+    margin-right: 220px;
 }
 .spot-highlight {
     background: aliceblue !important;