Skip to content

Commit 772b31a

Browse files
authored
Pooja/fix css (#64)
* Fix home page UI * Changes by Ideagarage * Update CSS
1 parent 764369a commit 772b31a

File tree

2 files changed

+13
-60
lines changed

2 files changed

+13
-60
lines changed

docs/intro/flutterflow-app-architecture.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/css/custom.css

Lines changed: 13 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -119,29 +119,6 @@ html[data-theme='dark'] {
119119
);
120120
}
121121

122-
div[class^='announcementBar_'] {
123-
font-size: 20px;
124-
125-
/*
126-
--site-announcement-bar-stripe-color1: hsl(
127-
var(--site-primary-hue-saturation) 85%
128-
);
129-
--site-announcement-bar-stripe-color2: hsl(
130-
var(--site-primary-hue-saturation) 95%
131-
);
132-
*/
133-
--site-announcement-bar-stripe-color1: #e8d7ff;
134-
--site-announcement-bar-stripe-color2: #ffe9d1;
135-
136-
background: repeating-linear-gradient(
137-
35deg,
138-
var(--site-announcement-bar-stripe-color1),
139-
var(--site-announcement-bar-stripe-color1) 20px,
140-
var(--site-announcement-bar-stripe-color2) 10px,
141-
var(--site-announcement-bar-stripe-color2) 40px
142-
);
143-
font-weight: bold;
144-
}
145122

146123
.screen-reader-only {
147124
border: 0;
@@ -165,11 +142,15 @@ div[class^='announcementBar_'] {
165142
.test-marker-site-custom-css-unique-rule {
166143
content: 'site-custom-css-unique-rule';
167144
}
145+
.centered-caption {
146+
text-align: center;
147+
font-size: 12px; /* Set the font size to 16px */
148+
}
168149

169150
.video-container {
170151
position: relative;
171152
width: 100%;
172-
padding-bottom: 59.5256312165264%; /* 16:9 aspect ratio */
153+
padding-bottom: 56.25%; /* 16:9 aspect ratio */
173154
height: 0;
174155
overflow: hidden;
175156
}
@@ -179,45 +160,24 @@ div[class^='announcementBar_'] {
179160
top: 0;
180161
left: 0;
181162
width: 100%;
182-
max-width: 560px;
183-
margin: 0 auto;
163+
height: 100%;
184164
}
185165

186-
.yt-lite > .lty-playbtn {
187-
cursor: pointer;
188-
border: 0;
189-
}
190-
191-
.dropdown-separator {
192-
margin: 0.3rem 0;
193-
}
194-
195-
.dropdown-archived-versions {
196-
font-size: 0.875rem;
197-
padding: 0.2rem 0.5rem;
198-
}
166+
/* table {
167+
max-height: 20px;
168+
} */
199169

200-
.code-block-error-line {
201-
background-color: #ff000020;
202-
display: block;
203-
margin: 0 calc(-1 * var(--ifm-pre-padding));
204-
padding: 0 var(--ifm-pre-padding);
205-
border-left: 3px solid #ff000080;
206-
}
207170

208171
.landscape-image {
209172
width: auto;
210173
height: 400px;
211174
}
212175

213-
[data-theme='dark'] [data-rmiz-modal-overlay='visible'] {
214-
background-color: rgba(0 0 0 / 95%);
215-
}
216176

217-
html[data-navbar='false'] .navbar {
218-
display: none;
177+
div.alert {
178+
margin-bottom: 24px;
219179
}
220180

221-
html[data-red-border] div#__docusaurus {
222-
border: red solid thick;
181+
.arcade-container {
182+
margin-bottom: 24px;
223183
}

0 commit comments

Comments
 (0)