Adjusting styles Axonius
This commit is contained in:
@@ -769,6 +769,7 @@ const code_to_icon: {
|
|||||||
grow
|
grow
|
||||||
leading-none
|
leading-none
|
||||||
hover:bg-pink-100/50
|
hover:bg-pink-100/50
|
||||||
|
flex items-center justify-start
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div style="text-align: {align_title};">{@html display_title}</div>
|
<div style="text-align: {align_title};">{@html display_title}</div>
|
||||||
@@ -783,12 +784,13 @@ const code_to_icon: {
|
|||||||
-->
|
-->
|
||||||
<div
|
<div
|
||||||
class="affiliations_location
|
class="affiliations_location
|
||||||
m-0 flex
|
m-0 flex
|
||||||
w-full
|
w-full
|
||||||
flex-col
|
flex-col
|
||||||
overflow-hidden p-0
|
items-start justify-center
|
||||||
hover:outline-2 hover:outline-gray-500/75 hover:outline-dashed
|
overflow-hidden p-0
|
||||||
"
|
hover:outline-2 hover:outline-gray-500/75 hover:outline-dashed
|
||||||
|
"
|
||||||
style="height: {fit_heights.grp_aff_loc}; justify-content: {flex_justify(
|
style="height: {fit_heights.grp_aff_loc}; justify-content: {flex_justify(
|
||||||
fit_heights.grp_aff_loc_flex
|
fit_heights.grp_aff_loc_flex
|
||||||
)}">
|
)}">
|
||||||
@@ -802,7 +804,11 @@ const code_to_icon: {
|
|||||||
max={40}
|
max={40}
|
||||||
manual_size={font_size_affiliations ?? null}
|
manual_size={font_size_affiliations ?? null}
|
||||||
height={fit_heights.affiliations}
|
height={fit_heights.affiliations}
|
||||||
class="affiliations leading-none italic hover:bg-pink-100/50">
|
class="affiliations
|
||||||
|
leading-none italic hover:bg-pink-100/50
|
||||||
|
flex items-center justify-start
|
||||||
|
"
|
||||||
|
>
|
||||||
<div style="text-align: {align_affiliations};">{@html display_affiliations}</div>
|
<div style="text-align: {align_affiliations};">{@html display_affiliations}</div>
|
||||||
</Element_fit_text>
|
</Element_fit_text>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user