basic UI and functionality

This commit is contained in:
Víctor Losada Hernández
2026-08-24 01:08:21 +02:00
parent e33fd3634d
commit 705fc1982e
5 changed files with 507 additions and 40 deletions
@@ -21,7 +21,7 @@
.editors {
display : flex;
justify-content : flex-end;
min-width : 250px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied
min-width : 275px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied
font-size: .85rem;
&:only-child {min-width : unset; margin-left : auto;}
@@ -208,7 +208,7 @@
}
}
}
@container editor (width < 816px) {
@container editor (width < 841px) {
.snippetBar {
.editors {
flex : 1;