Skip to content
Snippets Groups Projects
Commit 1081b10d authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: style changes

parent 4d8de020
No related branches found
Tags 2.7.8
No related merge requests found
......@@ -184,6 +184,7 @@ span.tabContainer > span.badge
margin-left:0.5em;
position:relative;
z-index:1;
background-color:rgba(255,0,0,1.0);
}
span.tabContainer.active-tab
......
......@@ -4,14 +4,13 @@
display:flex;
flex-direction: row;
flex-wrap : wrap;
height:2.8em;
min-height: 2.8em;
padding-left: 1em;
}
dropdown-component,
:host > div[searchRegionPopover]
:host > *
{
margin:auto 0 auto 1em;
vertical-align: middle;
margin-right:0.5em;
}
div[treeHeader]
......
......@@ -7,7 +7,7 @@
</dropdown-component>
<i
*ngIf = "citationExists(selectedTemplate)"
*ngIf = "citationExists(selectedTemplate) && !isMobile"
[toastLength] = "toastDuration"
[showToast] = "citation"
class="glyphicon glyphicon-info-sign"
......@@ -33,7 +33,7 @@
</dropdown-component>
<i
*ngIf = "citationExists(selectedParcellation)"
*ngIf = "citationExists(selectedParcellation) && !isMobile"
[toastLength] = "toastDuration"
[showToast] = "citation"
class="glyphicon glyphicon-info-sign"
......
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