mirror of
https://github.com/zephrynis/ptero-sidebar.git
synced 2026-04-17 09:31:55 +00:00
Add files via upload
This commit is contained in:
37
conf.yml
Normal file
37
conf.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
info:
|
||||
name: "Sidebar"
|
||||
identifier: "sidebar"
|
||||
description: "A basic sidebar"
|
||||
flags: ""
|
||||
version: "1.0"
|
||||
target: "beta-2024-12"
|
||||
author: "Zephrynis"
|
||||
icon: ""
|
||||
website: ""
|
||||
|
||||
admin:
|
||||
view: "view.blade.php"
|
||||
controller: ""
|
||||
css: ""
|
||||
wrapper: ""
|
||||
|
||||
dashboard:
|
||||
css: "root.css"
|
||||
wrapper: ""
|
||||
components: ""
|
||||
|
||||
data:
|
||||
directory: ""
|
||||
public: ""
|
||||
console: ""
|
||||
|
||||
requests:
|
||||
views: ""
|
||||
app: ""
|
||||
routers:
|
||||
application: ""
|
||||
client: ""
|
||||
web: ""
|
||||
|
||||
database:
|
||||
migrations: ""
|
||||
48
root.css
Normal file
48
root.css
Normal file
@@ -0,0 +1,48 @@
|
||||
.App___StyledDiv-sc-2l91w7-0.fnfeQw {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#NavigationBar {
|
||||
width: 100%;
|
||||
order: -4;
|
||||
}
|
||||
|
||||
#SubNavigation {
|
||||
width: 200px;
|
||||
min-height: calc(100vh - 56px);
|
||||
order: -2;
|
||||
}
|
||||
|
||||
#SubNavigation > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.App___StyledDiv-sc-2l91w7-0.fnfeQw > .Fade__Container-sc-1p0gm8n-0.hcgQjy {
|
||||
flex: 100;
|
||||
order: -1;
|
||||
}
|
||||
|
||||
.jZPsWO > div > a:not(:first-of-type) {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.jZPsWO > div > a.active {
|
||||
box-shadow: rgb(8, 145, 178) 2px 0px inset !important;
|
||||
}
|
||||
|
||||
.jZPsWO > div > a:active {
|
||||
box-shadow: rgb(8, 145, 178) 2px 0px inset !important;
|
||||
}
|
||||
|
||||
.jZPsWO > div > a {
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
.WebsocketHandler___StyledDiv-sc-s2kfyl-0.hKWSwf {
|
||||
width: 100%;
|
||||
order: -3;
|
||||
}
|
||||
4
view.blade.php
Normal file
4
view.blade.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<!--
|
||||
Content on this page will be displayed on your extension's
|
||||
admin page.
|
||||
-->
|
||||
Reference in New Issue
Block a user