run:R W Run
1.15 KB
2026-03-11 16:18:52
R W Run
1006 By
2026-03-11 16:18:52
R W Run
1.14 KB
2026-03-11 16:18:52
R W Run
1003 By
2026-03-11 16:18:52
R W Run
error_log
📄style.css
1.preference-base-option+.preference-base-option{
2 margin-top:16px;
3}
4@media (min-width:600px){
5 .preferences-modal{
6 height:calc(100% - 128px);
7 width:calc(100% - 32px);
8 }
9}
10@media (min-width:782px){
11 .preferences-modal{
12 width:750px;
13 }
14}
15@media (min-width:960px){
16 .preferences-modal{
17 height:70%;
18 }
19}
20@media (max-width:781px){
21 .preferences-modal .components-modal__content{
22 padding:0;
23 }
24}
25
26.preferences__tabs-tablist{
27 left:16px;
28 position:absolute !important;
29 top:88px;
30 width:160px;
31}
32
33.preferences__tabs-tabpanel{
34 margin-left:160px;
35 padding-left:24px;
36}
37
38@media (max-width:781px){
39 .preferences__provider{
40 height:100%;
41 }
42}
43.preferences-modal__section{
44 border:0;
45 margin:0 0 2.5rem;
46 padding:0;
47}
48.preferences-modal__section:last-child{
49 margin:0;
50}
51
52.preferences-modal__section-legend{
53 margin-bottom:8px;
54}
55
56.preferences-modal__section-title{
57 font-size:.9rem;
58 font-weight:600;
59 margin-top:0;
60}
61
62.preferences-modal__section-description{
63 color:#757575;
64 font-size:12px;
65 font-style:normal;
66 margin:-8px 0 8px;
67}
68
69.preferences-modal__section:has(.preferences-modal__section-content:empty){
70 display:none;
71}