tried to fix an issue with the active button being changed without updating the router
This commit is contained in:
@@ -52,7 +52,7 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 10px;
|
||||
/* margin: 10px; */
|
||||
padding: 10px;
|
||||
transition: color 0.2s ease-in-out;
|
||||
}
|
||||
@@ -65,4 +65,8 @@ export default {
|
||||
border: 2px solid var(--accent-primary);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
div {
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user