mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 09:13:52 +09:00
refactor
This commit is contained in:
@ -54,8 +54,6 @@ const props = defineProps<{
|
||||
}
|
||||
|
||||
.urempief {
|
||||
margin-top: var(--margin);
|
||||
|
||||
&.list {
|
||||
> .file {
|
||||
display: flex;
|
||||
@ -89,7 +87,6 @@ const props = defineProps<{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
|
||||
grid-gap: 12px;
|
||||
margin: var(--margin) 0;
|
||||
|
||||
> .file {
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user