Results 46 issues of Adam

Some of these are commonly used these days and some of these are pretty obscure. ``` appearance backdrop-filter background-blend-mode caret-color clip-path contain counter-set filter font-feature-settings font-kerning font-optical-sizing gap hyphens image-orientation...

From what I've seen in the docs, there doesn't seem to be a way to make the navbar's thumbnails bigger. I'm working on a website that has many users who...

enhancement

I'm in a situation where it would be really useful to be able to toggle the value of the `slideOnTouch` option. I'd like to be able to do this while...

enhancement

**I'm submitting a ...** (check one with "x") - [ ] question - [x] any problem or bug report **OS:** (check one with "x") - [ ] **Android** - [x]...

Sometimes the borders of ``s are styled differently when they're active. Bootstrap is a good example of this (see the example [here](https://getbootstrap.com/docs/5.1/forms/form-control/)). It would be nice if Multiselect made it...

This will bring Channels in line with Django. See https://code.djangoproject.com/ticket/31010

The following code creates a recurring event that usually occurs on Monday, but there are five instances where it occurs on Tuesday instead. When daylight saving time is involved, some...

The Nginx server I'm working with is set up so that if a request is too large, it immediately responds with "413 Request Entity Too Large". It would be nice...

good first issue
feature

# Feature Request ## Motivation Behind Feature For some apps, it is undesirable to have captured media visible in the user's standard photo/video viewing app (or any other app, for...

Here is my form: ``` {!! Form::open()->route('posts.update', [$post->id])->fill($post)->patch() !!} {!! Form::text('title', 'Title')->attrs(['maxlength' => '255'])->required() !!} {!! Form::textarea('body', 'Body')->attrs(['class' => 'wysiwyg'])->required() !!} {!! Form::checkbox('allow_comments', 'Allow comments?', '1')->wrapperAttrs(['class' => 'wrapper-allow_comments']) !!} {!!...

bug