mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Tweak UI
This commit is contained in:
parent
75c19924d0
commit
378b221f9d
1 changed files with 4 additions and 2 deletions
|
@ -116,7 +116,7 @@ export default defineComponent({
|
|||
|
||||
.ukygtjoj {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
|
||||
&.naked {
|
||||
background: transparent !important;
|
||||
|
@ -133,7 +133,9 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
> header {
|
||||
position: relative;
|
||||
position: sticky;
|
||||
top: var(--stickyTop, 0px);
|
||||
left: 0;
|
||||
color: var(--panelHeaderFg);
|
||||
background: var(--panelHeaderBg);
|
||||
border-bottom: solid 0.5px var(--panelHeaderDivider);
|
||||
|
|
Loading…
Reference in a new issue