File: stylesheet.css

package info (click to toggle)
gnome-shell-extensions 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,232 kB
  • sloc: javascript: 4,676; xml: 132; python: 43; sh: 35; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * SPDX-FileCopyrightText: 2013 Florian Müllner <fmuellner@gnome.org>
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

.apps-menu {width: 26em;}

.apps-menu:ltr {
    padding-right: 3px;
}

.apps-menu:rtl {
    padding-left: 3px;
}