Merge branch 'icons' of https://github.com/transfem-org/Sharkey into icons

This commit is contained in:
Mar0xy 2023-10-01 01:53:38 +02:00
commit 9fd66f92db
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
101 changed files with 154 additions and 154 deletions

View file

@ -316,7 +316,7 @@ if (props.detail) {
left: 8px;
width: 5px;
height: calc(100% - 8px);
border-radius: 999px;
border-radius: 4px;
pointer-events: none;
}
@ -326,7 +326,7 @@ if (props.detail) {
margin: 0 8px 0 0;
width: 38px;
height: 38px;
border-radius: 8px;
border-radius: 5px;
}
.body {
@ -400,6 +400,6 @@ if (props.detail) {
padding: 8px !important;
border: 1px solid var(--divider);
margin: 8px 8px 0 8px;
border-radius: 8px;
border-radius: 5px;
}
</style>