Click here to Skip to main content
15,894,017 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

 
GeneralRe: Recently published articles Pin
Greg Utas8-Sep-22 2:25
professionalGreg Utas8-Sep-22 2:25 
BugComments in QA and line breaks. Pin
OriginalGriff1-Sep-22 22:58
mveOriginalGriff1-Sep-22 22:58 
GeneralRe: Comments in QA and line breaks. Pin
Richard MacCutchan2-Sep-22 1:45
mveRichard MacCutchan2-Sep-22 1:45 
GeneralRe: Comments in QA and line breaks. Pin
Chris Maunder2-Sep-22 10:39
cofounderChris Maunder2-Sep-22 10:39 
GeneralRe: Comments in QA and line breaks. Pin
OriginalGriff2-Sep-22 11:15
mveOriginalGriff2-Sep-22 11:15 
SuggestionWhy? Pin
DrWalter PE1-Sep-22 12:17
professionalDrWalter PE1-Sep-22 12:17 
GeneralRe: Why? Pin
Randor 1-Sep-22 12:32
professional Randor 1-Sep-22 12:32 
GeneralRe: Why? Pin
Chris Maunder1-Sep-22 13:49
cofounderChris Maunder1-Sep-22 13:49 
GeneralRe: Why? Pin
Richard MacCutchan1-Sep-22 22:08
mveRichard MacCutchan1-Sep-22 22:08 
BugMessage count not incrementing Pin
Randor 1-Sep-22 7:15
professional Randor 1-Sep-22 7:15 
GeneralRe: Message count not incrementing Pin
Chris Maunder1-Sep-22 9:31
cofounderChris Maunder1-Sep-22 9:31 
QuestionViewing Q&A post seems to intermittently update the post Pin
Graeme_Grant1-Sep-22 4:28
mvaGraeme_Grant1-Sep-22 4:28 
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 

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

Flags: AnsweredAdded to TODOFixed

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