main #3

Merged
lucas merged 11 commits from zS/go-view-fetch:main into main 2025-08-21 20:23:25 +08:00
Showing only changes of commit f2fac579f2 - Show all commits

View File

@ -216,8 +216,15 @@ $border-gradient-end: rgba(128, 128, 128, 0);
@include go(small-border) { @include go(small-border) {
position: relative; position: relative;
width: 100%;
height: 100%;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
& .border-content { & .border-content {
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 0; padding: 0;