Commit 076e87d6 authored by Randall Leeds's avatar Randall Leeds

Tweak close X position on sheet

parent 98d1e0f7
...@@ -117,8 +117,9 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -117,8 +117,9 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.close { .close {
position: absolute; position: absolute;
right: 1em; font-size: 14px;
top: .5em; right: 7px;
top: 7px;
} }
.tab-content { .tab-content {
......
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