File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/frontend/src/lib/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
<div
15
15
class =" bg-bg-primary_alt col-start-1 col-end-4 row-start-1 row-end-6"
16
16
></div >
17
- <div class =" col-start-2 col-end-3 row-start-3 row-end-4 p-4 md:p-0 " >
17
+ <div class =" col-start-2 col-end-3 row-start-3 row-end-4 p-4" >
18
18
{@render content ?.()}
19
19
</div >
20
20
<header class =" col-start-2 col-end-5 row-start-1 row-end-2 pt-2 pr-0 md:pr-6" >
28
28
<style >
29
29
.sidebar-layout {
30
30
display : grid ;
31
- grid-template-columns : 1fr 4 fr 1fr ;
31
+ grid-template-columns : 1fr minmax ( auto , 920 px ) 1fr ;
32
32
33
33
grid-template-rows : min-content 1fr max-content 1fr min-content ;
34
34
min-height : 100 dvh;
Original file line number Diff line number Diff line change 135
135
isWebAuthnMetaData (lastUsedAccessMethod ) &&
136
136
authnMethodEqual (authnMethod , lastUsedAccessMethod )}
137
137
/>
138
- <div class =" flex items-center justify-center pr -4" >
138
+ <div class =" flex items-center justify-center px -4" >
139
139
{#if isRemoveAccessMethodVisible }
140
140
<Button
141
141
onclick ={() => (identityInfo .removableAuthnMethod = authnMethod )}
166
166
lastUsedAccessMethod .sub === credential .sub }
167
167
/>
168
168
169
- <div class =" flex items-center justify-center pr -4" >
169
+ <div class =" flex items-center justify-center px -4" >
170
170
{#if isRemoveAccessMethodVisible }
171
171
<Button
172
172
onclick ={() =>
You can’t perform that action at this time.
0 commit comments