refactor(ui): minor stylings
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
<template>
|
||||
<AppSection label="headers">
|
||||
<div class="flex flex-1 items-center justify-between pl-4">
|
||||
<div
|
||||
class="
|
||||
sticky
|
||||
top-110px
|
||||
z-10
|
||||
bg-primary
|
||||
flex flex-1
|
||||
items-center
|
||||
justify-between
|
||||
pl-4
|
||||
"
|
||||
>
|
||||
<label for="headerList" class="font-semibold text-xs">
|
||||
{{ $t("header_list") }}
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user