Decreased subheader disclaimer padding.
This commit is contained in:
parent
e301e2184c
commit
6e8af52237
|
@ -187,7 +187,7 @@ export default {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.disclaimer {
|
||||
padding: 1rem;
|
||||
padding: .5rem 1rem;
|
||||
margin: 0;
|
||||
color: var(--text-light);
|
||||
background: var(--warn);
|
||||
|
|
|
@ -6,9 +6,9 @@ function initUsersActions(store, _router) {
|
|||
async function fetchUser(context, username) {
|
||||
const { user } = await graphql(`
|
||||
query User(
|
||||
$username: String!
|
||||
$hasAuth: Boolean!
|
||||
$userId: Int
|
||||
$username: String!
|
||||
) {
|
||||
user: userByUsername(username: $username) {
|
||||
id
|
||||
|
|
Loading…
Reference in New Issue