Sebastiankay commited on
Commit
05395c9
·
1 Parent(s): 4ac8b3e

29. Sept. 2024, 19:40

Browse files
Files changed (1) hide show
  1. _res/_custom.css +8 -0
_res/_custom.css CHANGED
@@ -5,6 +5,14 @@ body>gradio-app {
5
  position: relative;
6
 
7
  & #resolution_modal_wrapper {
 
 
 
 
 
 
 
 
8
  & #alertModal {
9
  position: absolute;
10
  top: 250px;
 
5
  position: relative;
6
 
7
  & #resolution_modal_wrapper {
8
+ position: abolute;
9
+ inset: 0;
10
+ display: flex;
11
+ justify-content: center;
12
+ align-items: center;
13
+ backdrop-filter: blur(12px);
14
+
15
+
16
  & #alertModal {
17
  position: absolute;
18
  top: 250px;