git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

docs/config/doxygen-awesome-theme/doxygen-awesome-sidebar-only-darkmode-toggle.css

      1 /* SPDX-License-Identifier: MIT */
      2 /**
      3 
      4 Doxygen Awesome
      5 https://github.com/jothepro/doxygen-awesome-css
      6 
      7 Copyright (c) 2021 - 2025 jothepro
      8 
      9 */
     10 
     11 @media screen and (min-width: 768px) {
     12 
     13     #MSearchBox {
     14         width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - var(--searchbar-height) - 1px);
     15     }
     16 
     17     #MSearchField {
     18         width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 66px - var(--searchbar-height));
     19     }
     20 }

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.