init
This commit is contained in:
parent
14e88f0c77
commit
2a573a8c83
8 changed files with 249 additions and 1 deletions
13
akkoma-fe/0002-move-notifications.patch
Normal file
13
akkoma-fe/0002-move-notifications.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue
|
||||
index ddc45b81..492fc4b6 100644
|
||||
--- a/src/components/global_notice_list/global_notice_list.vue
|
||||
+++ b/src/components/global_notice_list/global_notice_list.vue
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
.global-notice-list {
|
||||
position: fixed;
|
||||
- top: 50px;
|
||||
+ bottom: 5px;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
z-index: 1001;
|
Loading…
Add table
Add a link
Reference in a new issue