adding roles for mobile

This commit is contained in:
ygg2
2024-10-31 00:41:39 -04:00
parent d28dee3ceb
commit fc32d96e02

View File

@@ -1919,7 +1919,7 @@ fieldset input[type="radio"] {
width: 100%;
box-sizing: border-box;
border-radius: 16px 16px 0 0;
box-shadow: 0 0 14px var(--shadow), 0 0 28px var(--shadow)
box-shadow: 0 0 14px var(--shadow), 0 0 28px var(--shadow);
}
.contextbutton {
width: 100%;
@@ -1946,6 +1946,12 @@ fieldset input[type="radio"] {
height: 100px;
width: 100%;
}
.fixedsearch {
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%);
min-width: 80svw;
}
}
.fixedsearch{