Commit 488e7d4f authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Align layout of history panel and file menu items.

parent 0817331b
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#history-header { #history-header {
position: absolute; position: absolute;
height: 45px; height: 53px;
left: 0; left: 0;
top: 0; top: 0;
right: 0; right: 0;
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#history-btn-back { #history-btn-back {
height: 27px; height: 27px;
margin-top: 8px; margin-top: 15px;
padding-top: 4px; padding-top: 4px;
padding-left: 20px; padding-left: 20px;
font-size: 13px; font-size: 13px;
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#history-list { #history-list {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
padding: 45px 0; padding: 53px 0 45px 0;
.item { .item {
display: block; display: block;
......
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