File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 {state .options .confirmText }
7474 </button >
7575 </div >
76-
77- <div class =" dialog-footer" >
78- Press <kbd >↵</kbd > to confirm
79- </div >
8076 </div >
8177 </div >
8278{/if }
10399
104100 .dialog-actions {
105101 display : flex ;
106- justify-content : center ;
102+ justify-content : flex-end ;
107103 gap : var (--space-sm );
108- padding : var (--space-sm ) var (--space-md );
104+ padding : var (--space-sm ) var (--space-md ) var ( --space-md ) ;
109105 }
110106
111107 .dialog-actions button {
138134 background : var (--surface-hover );
139135 border-color : var (--border-focus );
140136 }
141-
142- .dialog-footer {
143- padding : var (--space-xs ) var (--space-md );
144- background : var (--surface-raised );
145- border-top : 1px solid var (--border );
146- border-radius : 0 0 var (--radius-lg ) var (--radius-lg );
147- font-size : 10px ;
148- color : var (--text-disabled );
149- text-align : center ;
150- }
151-
152- .dialog-footer kbd {
153- display : inline-block ;
154- padding : 1px 4px ;
155- font-family : inherit ;
156- font-size : 9px ;
157- background : var (--surface );
158- border : 1px solid var (--border );
159- border-radius : 3px ;
160- color : var (--text-muted );
161- margin : 0 2px ;
162- }
163137 </style >
You can’t perform that action at this time.
0 commit comments