@@ -158,6 +158,7 @@ export default {
|
||||
color: var(--color-text-light);
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .app-navigation-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ export default {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
||||
input[type="text"] {
|
||||
input[type='text'] {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -248,7 +248,7 @@ export default {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
||||
input[type="text"] {
|
||||
input[type='text'] {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user