Quote from: cihancan on March 29, 2023, 03:03:05 AMOtomatik, ASCII ve Binary seçenekleri var. Bu durumda binary seçmem gerekiyor değil mi?Aklimda kalani transfer tipi ikili olan
Quote from: Kindred on March 28, 2023, 08:04:02 AMwell, if you are in incognito mode -- doesn't that prevent the full admin validation, since that depends on cookies and sessions?incognito mode never breaks things like that, at least in my experience. It's great for testing things.
.inner {
padding: 7px 8px 2px 2px;
margin: 0;
border-top: 1px solid #bfbfbf;
box-shadow: 0 1px 0 #fff inset;
min-height: 85px;
word-wrap: break-word; /* IE fallback */
overflow-wrap: break-word;
touch-action: manipulation; /* Add this line */
}
This keeps the built-in selection box from popping up and getting in the way, while zooming and panning are left alone. Tested on Chrome 109 on my Schok Volt SV55 running Android 11.Quote from: Diego Andrés on March 28, 2023, 07:30:32 PMYes it's possible with css.
body.board_{board_id} .information,
body.board_{board_id} .navigate_section, body.board_{board_id} .pagesection, body.board_{board_id} #main_content_section .pagesection, body.board_{board_id} #messageindex {
display: none;
}