MediaWiki:Common.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 1442: Строка 1442:
     display: grid;
     display: grid;
     grid-template-columns: auto 1fr auto;
     grid-template-columns: auto 1fr auto;
     gap: 4px;
     gap: 6px;
     grid-template-areas:
     grid-template-areas:
         "a c b";
         "a c b";
Строка 1490: Строка 1490:
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
     font-size: 1em;
     font-size: 1.1em;
     font-weight: bold;
     font-weight: bold;
     display: flex;
     display: flex;
Строка 1530: Строка 1530:
      
      
     #user-tools {
     #user-tools {
         flex-direction: row-reverse;
         justify-content: flex-end;
     }
     }