🎨 Adjust button styling to include a border and improve hover effect
This commit is contained in:
@@ -832,7 +832,7 @@ onMounted(() => {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
border-radius: 8px;
|
||||
border: none;
|
||||
border: 1px solid #e9ecef;
|
||||
background: #f8f9fa;
|
||||
cursor: pointer;
|
||||
font-size: 1.25rem;
|
||||
@@ -840,7 +840,6 @@ onMounted(() => {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: all 0.3s ease;
|
||||
border: 1px solid #e9ecef;
|
||||
}
|
||||
|
||||
.btn-icon:hover {
|
||||
|
||||
Reference in New Issue
Block a user