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