Giter VIP home page Giter VIP logo

bevel's People

Contributors

blender3d avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bevel's Issues

Avatar image not position correctly within "bubble"

Found this while I was trying out your theme: if the avatar image is too small it will tile within the bubble and conversely if the image is too large you'll only get the upper left-hand corner visible within the bubble, adding background-size: 100% will fix this for the .bubble rules.

.bubble {
  display: block;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;

  width: 96px;
  height: 96px;

  background-color: hsl(175, 29%, 61%);
  background-size: 100%; // add me, please
  overflow: hidden;

  border-radius: 100%;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.3s cubic-bezier(.24,.59,.46,.93);
}

Which license?

Hi,

under which license do you publish this nice piece of theme? I would like to fork and package this theme and i need an opensource license for the packaging process.

Unable to authenticate a correct password

After installing as directed on your site, the greeter opened normally, but entering a password and pressing enter never resulted in a successful login, but rather the system sat and said "Authenticating..." for a good 20 or 30 seconds before failing to authenticate.

Update: Issue seems to have resolved itself; all is working.

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.