chore(app): better ux for settings actions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.action-button {
|
||||
button.action-button {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
color: white;
|
||||
padding: 8px;
|
||||
@@ -6,6 +6,14 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.action-button:hover {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
button.action-button:active {
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 558px) {
|
||||
.action-button {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user