up edit menu

This commit is contained in:
Tykayn 2025-10-02 23:19:15 +02:00 committed by tykayn
parent 070e8435d8
commit 80d52ff819
6 changed files with 238 additions and 6 deletions

View file

@ -0,0 +1,15 @@
:host {
#what_categories{
.cateogry {
background: #f8f8f8;
border-radius: 4px;
padding: 10px;
margin-bottom: 10px;
width: 300px;
display: block;
border: 1px solid #ddd;
}
}
}