mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: adjust version positioning and improve version button
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
.version {
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
right: -50px;
|
||||
right: -60px;
|
||||
font-size: 14px;
|
||||
color: black;
|
||||
background-color: rgb(241, 241, 241);
|
||||
@@ -146,10 +146,16 @@
|
||||
transform 0.2s ease;
|
||||
}
|
||||
|
||||
.version:hover {
|
||||
background-color: rgb(221, 221, 221);
|
||||
transform: scale(1.1);
|
||||
cursor: pointer;
|
||||
@media (pointer: fine) {
|
||||
.version:hover {
|
||||
background-color: rgb(221, 221, 221);
|
||||
transform: scale(1.1);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.version:active {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
.mediaFlowConfig {
|
||||
|
||||
Reference in New Issue
Block a user