Skip to content

Commit 15e690b

Browse files
authored
Update y combinator workatastartup user-styles.md
1 parent 033ea66 commit 15e690b

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

blog/gists/user-styles.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Here is a workaround:
5656
```
5757

5858
### Y Combinator workatastartup.com
59-
6059
```css
6160
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
6261

@@ -104,7 +103,18 @@ Here is a workaround:
104103
.flex {
105104
display: flex;
106105
}
106+
.text-sm {
107+
font-size: .875rem;
108+
line-height: 1.25rem;
109+
}
107110

111+
.gap-x-6 {
112+
-moz-column-gap: 1.5rem;
113+
column-gap: 1.5rem;
114+
}
115+
.flex-row {
116+
flex-direction: row;
117+
}
108118
nav + div {
109119
padding: 1.5rem 0;
110120
}
@@ -115,10 +125,25 @@ Here is a workaround:
115125
[class="company-details my-2 flex flex-wrap md:my-0"] * {
116126
padding: .13rem .33rem 0 0 ;
117127
}
118-
119-
[data-page], [class="w-full rounded bg-sky-100 text-sky-600 flex flex-row justify-between px-3 py-3 border-blue-200 border my-2"], [class="secondary normalwidth company-other-jobs mt-10"], [class="bg-brand w-full mt-2 md:mt-4 sm:px-6 lg:px-8 py-4 overflow-hidden"] {
128+
a img {padding: 1.2rem 1.2rem 0 0}
129+
/* [data-page] */
130+
[class="ycdc-card mt-8 sm:w-[300px]"],
131+
[class="w-full rounded bg-sky-100 text-sky-600 flex flex-row justify-between px-3 py-3 border-blue-200 border my-2"]
132+
, [class="secondary normalwidth company-other-jobs mt-10"]
133+
, [class="bg-brand w-full mt-2 md:mt-4 sm:px-6 lg:px-8 py-4 overflow-hidden"],
134+
[id^="WaasShowJobPage-react-component"] > div.mx-auto.max-w-ycdc-page > section > div > div:nth-child(2),
135+
[id^="WaasShowJobPage-react-component"] > div.mx-auto.max-w-ycdc-page > div,
136+
[id^="WaasShowJobPage-react-component"] > div.no-scroll-behind.relative.isolate.z-10,
137+
footer,
138+
[id^="WaasShowJobPage-react-component"] > div.mx-auto.max-w-ycdc-page > section > div > div.flex-grow.space-y-5 > div.ycdc-card.max-w-2xl > div.mt-6.border-t.border-gray-300.pt-6.text-sm
139+
{
120140
display: none;
121141
}
142+
143+
[id^="WaasShowJobPage-react-component"] > div.mx-auto.max-w-ycdc-page > section > div > div.flex-grow.space-y-5 {
144+
display: block !important;
145+
}
122146

123147
}
148+
124149
```

0 commit comments

Comments
 (0)