Lines Matching refs:width
5 @media screen and (max-width: 1000px) {
7 width: unset;
10 @media screen and (max-width: 500px) {
23 #content { width: 70%; }
29 .notify { width: 75% !important; }
32 @media screen and (max-width: 480px) {
33 #content { width: 100%; padding: 0px 1em; margin: 0px; box-sizing: border-box; }
41 @media screen and (max-width: 480px){
45 max-width: 100%; min-width: unset;
50 width: 100%; clear: both; float: none;
53 /* #mediamanager__page .namespaces { min-width: unset; } */
57 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
58 #config__manager fieldset { margin: 1em 0px; width: 100%; box-sizing: border-box; }
60 /* make <select> not exceed it's parent div's width */
62 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
64 fieldset { width: unset; }
65 #config__manager fieldset td.value { width: unset; }
73 max-width: 100%;
74 width: auto;