fix: #2957 Portrait Buttons Make Action Buttons Wrap (#2965)

Co-authored-by: thisProjects <wibbet@wobbet.com>
This commit is contained in:
Nathan
2023-04-28 20:09:00 +01:00
committed by GitHub
parent 7b3890debd
commit cd74c42967
4 changed files with 54 additions and 46 deletions

View File

@@ -15,12 +15,7 @@
font-size: 0.75rem;
font-weight: 400;
border-top: 1px solid rgba(214, 211, 211, 0.5);
@include screen(mobile) {
position: fixed;
bottom: 0;
}
width: 100%;
@include screen(tablet) {
font-size: 10px;
@@ -29,10 +24,13 @@
}
@include screen(desktop) {
display: flex;
@include screen(mobile) {
position: fixed;
bottom: 0;
}
a {
color: var(--theme-color-components-text-on-dark);
text-decoration: none;