Prechádzať zdrojové kódy

Fixed styling issues with Report Modal

theflametrooper 8 rokov pred
rodič
commit
5735801fac
1 zmenil súbory, kde vykonal 2 pridanie a 7 odobranie
  1. 2 7
      frontend/components/Modals/Report.vue

+ 2 - 7
frontend/components/Modals/Report.vue

@@ -213,13 +213,8 @@
 <style type='scss' scoped>
 	h6 { margin-bottom: 15px; }
 
-	.song-types {
-		margin-right: 0;
-	}
-
-	.song-type:first-of-type {
-		padding-left: 0;
-	}
+	.song-type:first-of-type { padding-left: 0; }
+	.song-type:last-of-type { padding-right: 0; }
 
 	.media-content {
 		display: flex;