forked from Shinonome/dots-hyprland
waifu widget: added actions
This commit is contained in:
+31
-1
@@ -16,7 +16,7 @@
|
||||
margin-top: 0rem; } }
|
||||
|
||||
.test {
|
||||
background-image: linear-gradient(45deg, #F4D609 0%, #F4D609 10%, #212121 10%, #212121 20%, #F4D609 20%, #F4D609 30%, #212121 30%, #212121 40%, #F4D609 40%, #F4D609 50%, #212121 50%, #212121 60%, #F4D609 60%, #F4D609 70%, #212121 70%, #212121 80%, #F4D609 80%, #F4D609 90%, #212121 90%, #212121 100%);
|
||||
background-image: linear-gradient(45deg, #f4d609 0%, #f4d609 10%, #212121 10%, #212121 20%, #f4d609 20%, #f4d609 30%, #212121 30%, #212121 40%, #f4d609 40%, #f4d609 50%, #212121 50%, #212121 60%, #f4d609 60%, #f4d609 70%, #212121 70%, #212121 80%, #f4d609 80%, #f4d609 90%, #212121 90%, #212121 100%);
|
||||
background-repeat: repeat; }
|
||||
|
||||
.test-size {
|
||||
@@ -144,6 +144,12 @@
|
||||
.spacing-h-3 > *:last-child {
|
||||
margin-right: 0rem; }
|
||||
|
||||
.spacing-v-3 > * {
|
||||
margin-bottom: 0.205rem; }
|
||||
|
||||
.spacing-v-3 > *:last-child {
|
||||
margin-bottom: 0rem; }
|
||||
|
||||
.spacing-v-15 > * {
|
||||
margin-bottom: 1.023rem; }
|
||||
|
||||
@@ -369,6 +375,12 @@
|
||||
.element-hide {
|
||||
transition: 300ms cubic-bezier(0.85, 0, 0.15, 1); }
|
||||
|
||||
.element-decel {
|
||||
transition: 300ms cubic-bezier(0, 0.55, 0.45, 1); }
|
||||
|
||||
.element-accel {
|
||||
transition: 300ms cubic-bezier(0.55, 0, 1, 0.45); }
|
||||
|
||||
* {
|
||||
caret-color: #ffc4f5; }
|
||||
* selection {
|
||||
@@ -2001,6 +2013,24 @@ tooltip {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center; }
|
||||
|
||||
.sidebar-waifu-image-actions {
|
||||
padding: 0.313rem; }
|
||||
|
||||
.sidebar-waifu-image-action {
|
||||
border-radius: 9999px;
|
||||
-gtk-outline-radius: 9999px;
|
||||
min-width: 1.875rem;
|
||||
min-height: 1.875rem;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
color: rgba(255, 255, 255, 0.7); }
|
||||
|
||||
.sidebar-waifu-image-action:hover,
|
||||
.sidebar-waifu-image-action:focus {
|
||||
background-color: rgba(30, 30, 30, 0.7); }
|
||||
|
||||
.sidebar-waifu-image-action:active {
|
||||
background-color: rgba(60, 60, 60, 0.7); }
|
||||
|
||||
.session-bg {
|
||||
margin-top: -2.727rem;
|
||||
background-color: rgba(16, 13, 16, 0.64); }
|
||||
|
||||
Reference in New Issue
Block a user