Giter Site home page Giter Site logo

Comments (2)

revantemp3 avatar revantemp3 commented on August 27, 2024

turns out i just need to use a lot of global css to override the default settings

.filepond--action-buttons {
display: flex;
justify-content: center;
margin-top: 10px;
}
.filepond--file-action-button.filepond--action-buttons-sp {
background-color: white;
color: black;
border: 1px solid black;
border-radius: 1rem;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
}

/* .filepond--file-action-button.filepond--action-buttons-sp:hover {
background-color: #f0f0f0;
} */

.filepond--file-action-button.filepond--action-buttons-sp span {
color: black;
z-index: 99;
width: none !important;
height: none !important;
position: relative !important;
clip: auto !important;
clip-path: none !important;
-webkit-clip-path: none !important;
}
/* Global styles */
.filepond--item {
width: 23% !important;
}

.filepond--file-wrapper {
position: relative;
height: 100%;
}

.filepond--file {
height: 100%;
position: static;
display: flex;
flex-direction: column;
}

.filepond--file-poster {
width: 100% !important;
height: 100% !important;
object-fit: contain;
object-position: center;
}

.filepond--action-buttons {
position: static !important;
bottom: 0;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 2px !important;
}

.filepond--action-buttons .filepond--file-action-button {
margin-bottom: 5px;
width: 80%; /* Adjust as needed */
}

.filepond--file-poster-wrapper {
width: 100% !important;
height: 100% !important;
position: static !important;
display: flex;
align-items: center;
justify-content: center;
}

.filepond--image-preview-wrapper {
width: 100% !important;
height: 100% !important;
}

.filepond--image-preview {
width: 100% !important;
height: 100% !important;
object-fit: contain;
object-position: center;
}

from filepond.

rikschennink avatar rikschennink commented on August 27, 2024

Yeah, the action button is a styled button, you'd have to duplicate the view and create a basic variant to make a plain version. But indeed overriding styles works as well.

from filepond.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.