From 6c7deda0e039f30a413df69c0ab25f801b923078 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 21 Jun 2023 16:07:09 -0500 Subject: [PATCH] Organize more tabbed-container --- style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index e36389a..86153d3 100644 --- a/style.css +++ b/style.css @@ -206,6 +206,15 @@ body > div.overlay .dialog table:not(.titlebox) { border-top: none; } +.tabbed-container > .tablist > .tab > .tab-close { + display: inline-block; + width: 16px; height: 16px; + margin-left: 4px; + background-image: url('//assets.worlio.com/style/icons/close'); + background-size: 100%; + cursor: pointer; +} + @media only screen and (orientation: landscape) { .tabbed-container.vertical { flex-direction: row; @@ -1797,15 +1806,6 @@ div.emotebox .emote-container:hover { width: 60px; } -.tabbed-container > .tablist > .tab > .tab-close { - display: inline-block; - width: 16px; height: 16px; - margin-left: 4px; - background-image: url('//assets.worlio.com/style/icons/close'); - background-size: 100%; - cursor: pointer; -} - /* USER PROFILE PAGE */