diff --git a/css/project.less b/css/project.less index 3fb2701..4998366 100644 --- a/css/project.less +++ b/css/project.less @@ -18,7 +18,7 @@ transition: width .3s ease, border-width .3s ease, padding .3s linear; //display: none; width: 0px; - padding: 4px 8px; + padding: 4px 0; &.autohide.show { padding: 4px 0; @@ -34,6 +34,7 @@ &.show:not(.autohide) { width: @width; + padding: 4px 8px; } a { diff --git a/css/tabs.less b/css/tabs.less index 0d70ffc..fe8a290 100644 --- a/css/tabs.less +++ b/css/tabs.less @@ -82,6 +82,7 @@ padding: 0 4px 0 0; cursor: pointer; align-self: center; + font-family: monospace; &:hover { color: @foreground; diff --git a/css/ui.less b/css/ui.less index 9f13463..722d648 100644 --- a/css/ui.less +++ b/css/ui.less @@ -34,7 +34,8 @@ width: 40px; display: block; margin-left: 1px; - font-size: 20px; + font-family: monospace; + font-size: 18px; font-weight: bold; text-align: center; background: mix(@background, #888, 65%); @@ -42,7 +43,6 @@ transition: opacity .3s ease; opacity: .8; color: @foreground; - vertical-align: middle; &:hover { opacity: 1; @@ -51,6 +51,7 @@ &.close { background: @accent; + color: white; } } } diff --git a/main.html b/main.html index 8acfe6f..2a460ea 100644 --- a/main.html +++ b/main.html @@ -11,9 +11,9 @@ Caret
diff --git a/templates/tab.html b/templates/tab.html index dbab821..37f8d33 100644 --- a/templates/tab.html +++ b/templates/tab.html @@ -11,7 +11,7 @@ argument="{{index}}" >{{fileName}} - {{#modified}}≡{{/modified}} + {{#modified}}●{{/modified}} {{^modified}}×{{/modified}} \ No newline at end of file