Pārlūkot izejas kodu

fix(AddToPlaylistDropdown): fixed more styling/overflow issues

Kristian Vos 3 gadi atpakaļ
vecāks
revīzija
8e1a56ad3c
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      frontend/src/App.vue

+ 2 - 1
frontend/src/App.vue

@@ -639,6 +639,7 @@ a {
 	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
 	background-color: var(--white);
 	color: var(--dark-grey);
+	width: max-content;
 
 	.nav-dropdown-items {
 		.nav-item {
@@ -726,7 +727,7 @@ a {
 		display: flex;
 		flex-direction: column;
 		button {
-			width: 150px;
+			width: 100%;
 			&:not(:last-of-type) {
 				margin-bottom: 10px;
 			}