MZhaovo commited on
Commit
36416cb
•
1 Parent(s): 02305ec

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. css/style.css +2 -7
css/style.css CHANGED
@@ -32,7 +32,7 @@
32
  --row-width: calc(var(--total-width) + var(--gutter-width) * 2);
33
  --base-space: 8px;
34
 
35
- --card-width: 86%;
36
  }
37
 
38
  @media screen and (min-width: 640px) {
@@ -63,11 +63,6 @@ gradio-app {
63
  background-position: center center !important;
64
  }
65
 
66
- /* Character Row */
67
- /* #character_row {
68
- width: var(--card-width) !important;
69
- align-self: center;
70
- } */
71
  #character_area {
72
  width: var(--card-width) !important;
73
  align-self: center;
@@ -92,7 +87,7 @@ gradio-app {
92
  border-top: 1.5em solid #ffffff;
93
  content: "";
94
  position: absolute;
95
- left: calc(100% - 12em);
96
  top: calc(100% - 9.75em);
97
  transform: rotate(-45deg);
98
  }
 
32
  --row-width: calc(var(--total-width) + var(--gutter-width) * 2);
33
  --base-space: 8px;
34
 
35
+ --card-width: 95%;
36
  }
37
 
38
  @media screen and (min-width: 640px) {
 
63
  background-position: center center !important;
64
  }
65
 
 
 
 
 
 
66
  #character_area {
67
  width: var(--card-width) !important;
68
  align-self: center;
 
87
  border-top: 1.5em solid #ffffff;
88
  content: "";
89
  position: absolute;
90
+ left: calc(100% - 12.1em);
91
  top: calc(100% - 9.75em);
92
  transform: rotate(-45deg);
93
  }