add actionbar

This commit is contained in:
jo.kuehner
2023-11-07 16:33:42 +01:00
parent 5fc8ea5b0a
commit 0a8af2f5a8
11 changed files with 223 additions and 72 deletions

View File

@ -22,7 +22,7 @@ export default {
</script>
<style>
<style scoped>
* {
box-sizing: border-box;
@ -33,7 +33,6 @@ export default {
justify-content: space-between;
align-items: center;
align-self: stretch;
border-bottom: 1px solid #000;
background-color: #2c2c2c;
height: 60px;
padding: 10px 20px;