nstrayer / datadrivencv

R package for building customizable CVs from spreadsheets
http://nickstrayer.me/datadrivencv/
Other
594 stars 178 forks source link

Resume: Remove vertical decorator for specific section #80

Open Adrian-Gadient opened 2 years ago

Adrian-Gadient commented 2 years ago

I added a new section with publications that doesn't require a vertical bar at the left (used for dates in "normal" sections). I managed to change this section in some regards (e.g., placing text at desired place on page with ). But I can't figure out how to remove the bar, which is distracting here.

remove_decorator

Is there a way to remove the vertical decorator line after the icon in Resume? I tried to turn it off via a custom CSS file or via a code snippet within the .Rmd file but so far without success. I guess my main problem is that I don't know how to identify / access the element that creates the bar.

Please note that I would like to keep the line for the other sections for which it is useful (e.g., positions).

edwardhealey commented 2 years ago

did you have any luck with this? I would like to edit this line too but not sure where it is located in the package

Adrian-Gadient commented 2 years ago

Yes, see here: https://github.com/rstudio/pagedown/issues/260#issuecomment-1125845862