mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 09:33:09 +02:00
🎨
This commit is contained in:
parent
79a591d72d
commit
b77167a4a1
1 changed files with 3 additions and 2 deletions
|
@ -170,9 +170,10 @@ export default defineComponent({
|
|||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
width: calc(100% - 16px);
|
||||
//width: calc(100% - 16px);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 6px;
|
||||
//border-radius: 6px;
|
||||
}
|
||||
|
||||
> * {
|
||||
|
|
Loading…
Reference in a new issue