feat(ags osk): edit style
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
88d0a52a4e
commit
441cb331e2
2 changed files with 5 additions and 4 deletions
|
@ -31,13 +31,14 @@
|
||||||
|
|
||||||
label {
|
label {
|
||||||
background-color: colors.$window_bg_color;
|
background-color: colors.$window_bg_color;
|
||||||
border: 0.08rem solid color.adjust(colors.$window_bg_color, $lightness: -3%);
|
border-radius: 6px;
|
||||||
border-radius: 0.7rem;
|
|
||||||
min-height: 3rem;
|
min-height: 3rem;
|
||||||
|
|
||||||
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
||||||
|
|
||||||
box-shadow: 2px 1px 2px gray;
|
box-shadow: 2px 1px 2px colors.$accent-color;
|
||||||
|
|
||||||
|
padding: 4px;
|
||||||
|
|
||||||
margin: 4px 4px 4px 4px;
|
margin: 4px 4px 4px 4px;
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ class ToggleButton extends astalify(Gtk.ToggleButton) {
|
||||||
|
|
||||||
const L_KEY_PER_ROW = [8, 7, 6, 6, 6, 4];
|
const L_KEY_PER_ROW = [8, 7, 6, 6, 6, 4];
|
||||||
const SPACING = 4;
|
const SPACING = 4;
|
||||||
const COLOR = 'rgba(0, 0, 0, 0.3)';
|
const COLOR = 'rgba(0, 0, 0, 0.5)';
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
const ThirdWidth = Variable(0);
|
const ThirdWidth = Variable(0);
|
||||||
|
|
Loading…
Reference in a new issue