Commit 4dd11514eb9995c23171987f554421ccb965b82b

Authored by Daniela Feitosa
1 parent a6178cf3

Give more space to text-editor-sidebar

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
public/stylesheets/cms/media-panel.scss
... ... @@ -5,7 +5,7 @@
5 5 }
6 6  
7 7 .controller-cms .show-media-panel .with_media_panel {
8   - width: 600px;
  8 + width: 540px;
9 9 transition: 1s;
10 10 }
11 11  
... ... @@ -77,7 +77,7 @@
77 77  
78 78 .text-editor-sidebar {
79 79 position: absolute;
80   - width: 280px;
  80 + width: 340px;
81 81 right: 20px;
82 82 top: 70px;
83 83 max-height: 45px;
... ... @@ -141,7 +141,7 @@
141 141 }
142 142  
143 143 .text-editor-sidebar .image {
144   - width: 80px;
  144 + width: 100px;
145 145 margin: 2px;
146 146 height: 80px;
147 147 line-height: 80px;
... ...