Click here to Skip to main content
15,884,986 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
AnswerRe: Viewing Q&A post seems to intermittently update the post Pin
Chris Maunder1-Sep-22 5:12
cofounderChris Maunder1-Sep-22 5:12 
GeneralRe: Viewing Q&A post seems to intermittently update the post Pin
Graeme_Grant1-Sep-22 6:55
mvaGraeme_Grant1-Sep-22 6:55 
BugQA comment line breaks Pin
Richard Deeming1-Sep-22 0:27
mveRichard Deeming1-Sep-22 0:27 
GeneralRe: QA comment line breaks Pin
Chris Maunder1-Sep-22 5:10
cofounderChris Maunder1-Sep-22 5:10 
GeneralRe: QA comment line breaks Pin
Richard MacCutchan1-Sep-22 5:22
mveRichard MacCutchan1-Sep-22 5:22 
GeneralRe: QA comment line breaks Pin
Chris Maunder1-Sep-22 5:37
cofounderChris Maunder1-Sep-22 5:37 
GeneralRe: QA comment line breaks Pin
OriginalGriff2-Sep-22 11:12
mveOriginalGriff2-Sep-22 11:12 
SuggestionNew Hom Page Layout card sizes Pin
Graeme_Grant31-Aug-22 13:28
mvaGraeme_Grant31-Aug-22 13:28 
The size of the card is incosistent and causing staggered layout - see second row.


IMHO, this is not a clean look.

Also, the darkened card background and borger looks a bit aged, sorry. As a suggestion, I would be more inclined to do the following:


CSS
.homepage .timeline .container-col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 !important;
    gap: 1rem;
}

then for each card:
CSS
.homepage .timeline .container-col2>div {
    width: calc(50% - 3rem);
    padding: 16px 20px 0px !important;
    box-shadow: rgb(0 0 0 / 8%) 2px 4px 8px 2px;
    border-radius: 0.4rem;
}

Then push the tags to the bottom of the card so they all line up...

But that is just me ... Cool | :cool:

Graeme


"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee

GeneralRe: New Hom Page Layout card sizes Pin
Chris Maunder31-Aug-22 15:39
cofounderChris Maunder31-Aug-22 15:39 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant31-Aug-22 15:51
mvaGraeme_Grant31-Aug-22 15:51 
GeneralRe: New Hom Page Layout card sizes Pin
Chris Maunder1-Sep-22 5:39
cofounderChris Maunder1-Sep-22 5:39 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant1-Sep-22 7:07
mvaGraeme_Grant1-Sep-22 7:07 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant1-Sep-22 21:14
mvaGraeme_Grant1-Sep-22 21:14 
GeneralRe: New Hom Page Layout card sizes Pin
Chris Maunder2-Sep-22 11:49
cofounderChris Maunder2-Sep-22 11:49 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant2-Sep-22 13:01
mvaGraeme_Grant2-Sep-22 13:01 
GeneralRe: New Hom Page Layout card sizes Pin
Chris Maunder6-Sep-22 4:49
cofounderChris Maunder6-Sep-22 4:49 
GeneralRe: New Hom Page Layout card sizes Pin
Richard Deeming31-Aug-22 21:30
mveRichard Deeming31-Aug-22 21:30 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant1-Sep-22 4:17
mvaGraeme_Grant1-Sep-22 4:17 
GeneralRe: New Hom Page Layout card sizes Pin
Chris Maunder1-Sep-22 5:14
cofounderChris Maunder1-Sep-22 5:14 
GeneralRe: New Hom Page Layout card sizes Pin
Chris Maunder2-Sep-22 10:35
cofounderChris Maunder2-Sep-22 10:35 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant2-Sep-22 11:05
mvaGraeme_Grant2-Sep-22 11:05 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant2-Sep-22 13:15
mvaGraeme_Grant2-Sep-22 13:15 
GeneralRe: New Hom Page Layout card sizes Pin
Chris Maunder22-Sep-22 16:23
cofounderChris Maunder22-Sep-22 16:23 
GeneralRe: New Hom Page Layout card sizes Pin
Graeme_Grant22-Sep-22 17:19
mvaGraeme_Grant22-Sep-22 17:19 
BugTimeline landing page alignment issue Pin
Graeme_Grant31-Aug-22 13:06
mvaGraeme_Grant31-Aug-22 13:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.