Round some more corners

This commit is contained in:
2021-08-18 13:00:07 +02:00
parent fee81146aa
commit 8a91135794
8 changed files with 46 additions and 25 deletions

View File

@@ -114,6 +114,7 @@ let set_status = async (action, report_type) => {
.title {
flex: 1 1 auto;
align-self: center;
word-break: break-all;
}
.stats {
flex: 0 0 auto;

View File

@@ -75,6 +75,8 @@ const delete_bucket = async () => {
transition: box-shadow 0.5s;
box-shadow: 1px 1px var(--layer_3_shadow) 0 var(--shadow_color);
margin: 1em 0;
border-radius: 8px;
overflow: hidden;
}
.bucket_header {
display: flex;

View File

@@ -31,6 +31,8 @@ export const toggle = () => {
transition: box-shadow 0.5s;
box-shadow: 1px 1px var(--layer_3_shadow) 0 var(--shadow_color);
margin: 1em 0;
border-radius: 8px;
overflow: hidden;
}
.header {
display: flex;