File size: 1,115 Bytes
bbc89f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3cab306
bbc89f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#gen_btn {
    height: 100%
}

#title {
    text-align: center
}

#title h1 {
    font-size: 3em;
    display: inline-flex;
    align-items: center
}

#title img {
    width: 100px;
    margin-right: 0.5em
}

#gallery .grid-wrap {
    height: 10vh
}

/* Estilo para el contenedor del bot贸n */
#logout-btn-container.svelte-vt1mxs.gap {
    position: absolute;
    top: 115px;
    right: 10px;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

/* Estilo para el bot贸n de logout */
#logout_btn.lg.secondary.svelte-cmf5ev {
    width: auto;
    min-width: 80px;
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: auto; /* Empuja el bot贸n hacia la derecha */
}

#logout_btn.lg.secondary.svelte-cmf5ev:hover {
    background-color: #d32f2f;
}

/* Ajuste del layout principal si es necesario */
.gradio-container {
    position: relative;
}