diff --git a/src/web/html/index.html b/src/web/html/index.html index a262356b..5d8b7df5 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -298,7 +298,7 @@ content_copy - + open_in_browser diff --git a/src/web/stylesheets/layout/_io.css b/src/web/stylesheets/layout/_io.css index ced5d4f0..bdee4a4c 100755 --- a/src/web/stylesheets/layout/_io.css +++ b/src/web/stylesheets/layout/_io.css @@ -87,6 +87,17 @@ background-color: var(--primary-background-colour); } +.input-tab-content+.btn-close-tab { + display: block; + margin-top: auto; + margin-bottom: auto; + margin-right: 2px; +} + +.input-tab-content+.btn-close-tab i { + font-size: 0.8em; +} + .input-tab-buttons, .output-tab-buttons { width: 25px;