Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.7k stars 3.16k forks source link

The buttons on the presets are overlapping #4172

Open Andro-Marian opened 4 days ago

Andro-Marian commented 4 days ago

The edit button is overlapping over toggle one.

Would like this fix:

.lstI .flr:hover {
    background: #7e7e7e;
    border-radius: 100%;
}

.lstI .pname .flr {
  right: 19px;
}

.lstI .pname .flr:hover {
  background: #4f4f4f;
}

firefox_WaRE1saAf2

blazoncek commented 4 days ago

Submit a PR please.