Organize more tabbed-container

This commit is contained in:
Wirlaburla 2023-06-21 16:07:09 -05:00
parent ae298978d4
commit 6c7deda0e0

View File

@ -206,6 +206,15 @@ body > div.overlay .dialog table:not(.titlebox) {
border-top: none; 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) { @media only screen and (orientation: landscape) {
.tabbed-container.vertical { .tabbed-container.vertical {
flex-direction: row; flex-direction: row;
@ -1797,15 +1806,6 @@ div.emotebox .emote-container:hover {
width: 60px; 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 */ /* USER PROFILE PAGE */