alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fixmobile
author
damedotblog
date
1 year ago
(Feb 28, 2025, 11:13 PM -0500)
commit
e947ff1f
e947ff1ffbad9f9fc3c422d2f5366f92aab40b06
parent
f8a96a9f
f8a96a9f3bb4d2da7dcb99150310ccb27e789534
+10
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Admin
AdminPanel.css
+10
-2
src/components/Admin/AdminPanel.css
Reviewed
···
676
676
677
677
.admin-container {
678
678
display: grid;
679
679
-
gap: 20px;
679
679
+
gap: 0px;
680
680
}
681
681
682
682
.resource-editor {
683
683
-
height: 100%;
683
683
+
height: 214.2%;
684
684
+
}
685
685
+
686
686
+
.resources-sidebar {
687
687
+
max-height: 80%;
688
688
+
}
689
689
+
690
690
+
.admin-panel {
691
691
+
height: 246.7vh;
684
692
}
685
693
686
694
.form-row {