Commit 540d3989 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE mobile] implemented sheet tabs scrolling

parent 90d437a9
...@@ -15,11 +15,12 @@ ...@@ -15,11 +15,12 @@
.hairline(top, @statusBarBorderColor); .hairline(top, @statusBarBorderColor);
height: @statusBarHeight; height: @statusBarHeight;
min-height: @statusBarHeight; min-height: @statusBarHeight;
display: flex;
flex-direction: row;
.box-tabs { .box-tabs {
flex-grow: 1; }
#box-addtab {
float: left;
} }
.button { .button {
...@@ -47,6 +48,7 @@ ...@@ -47,6 +48,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
overflow: hidden;
> li { > li {
list-style: none; list-style: none;
......
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