mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-02 21:50:34 +00:00
mobile mic button fix
This commit is contained in:
parent
14ca9f94bf
commit
b700db27f3
1 changed files with 8 additions and 5 deletions
|
|
@ -2,11 +2,14 @@
|
|||
#microphone-button {
|
||||
}
|
||||
|
||||
#microphone-button:hover {
|
||||
background-color: #636363;
|
||||
transform: scale(1.05);
|
||||
-webkit-transform: scale(1.05);
|
||||
transform-origin: center;
|
||||
/* Only apply hover effects on devices that support hover */
|
||||
@media (hover: hover) {
|
||||
#microphone-button:hover {
|
||||
background-color: #636363;
|
||||
transform: scale(1.05);
|
||||
-webkit-transform: scale(1.05);
|
||||
transform-origin: center;
|
||||
}
|
||||
}
|
||||
|
||||
#microphone-button:active {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue