kopia lustrzana https://github.com/shoelace-style/shoelace
fix buttons on mobile
rodzic
e4413dceee
commit
5bd7bfb4ce
|
|
@ -607,6 +607,13 @@ strong {
|
|||
color: rgb(var(--sl-color-sky-600));
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
.repo-button {
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
body[data-page^='/tokens/'] .table-wrapper td:first-child,
|
||||
body[data-page^='/tokens/'] .table-wrapper td:first-child code {
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue