mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
style: increase icon and font size
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import { Variable, Gio } from "astal";
|
import { Variable } from "astal";
|
||||||
import { App, Astal, Gdk, Gtk, hook } from "astal/gtk4";
|
import { App, Astal, Gdk, Gtk, hook } from "astal/gtk4";
|
||||||
import AstalApps from "gi://AstalApps";
|
import AstalApps from "gi://AstalApps";
|
||||||
import { Picture } from "../common";
|
|
||||||
|
|
||||||
export const WINDOW_NAME = "app-launcher";
|
export const WINDOW_NAME = "app-launcher";
|
||||||
const apps = new AstalApps.Apps();
|
const apps = new AstalApps.Apps();
|
||||||
|
@@ -2,6 +2,7 @@ window.app-launcher {
|
|||||||
background: $bg-color;
|
background: $bg-color;
|
||||||
border-radius: $rounded;
|
border-radius: $rounded;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
@@ -25,6 +26,10 @@ window.app-launcher {
|
|||||||
&:focus {
|
&:focus {
|
||||||
background: $inactive-color;
|
background: $inactive-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
-gtk-icon-size: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
Reference in New Issue
Block a user